summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* state: backend_bucket_circular: drop unused free_pattern constantUlrich Ölmann2019-01-071-1/+0
* state: Fix "pack" returning freed data for DTB backendUlrich Ölmann2019-01-071-2/+0
* state: Fix error return valueUlrich Ölmann2019-01-071-0/+1
* state: backend_storage: Set needs_refresh back to 0 after refreshingUlrich Ölmann2019-01-071-2/+4
* state: backend_bucket_circular: Do not leak memoryUlrich Ölmann2019-01-071-2/+4
* state: find device node from device path, not from device node pathUlrich Ölmann2019-01-073-6/+12
* state: Make pointing to the backend using a phandle the only supported methodUlrich Ölmann2019-01-072-18/+9
* treewide: Use of_property_write_string() where appropriateUlrich Ölmann2019-01-073-8/+5
* libdt: add of_property_write_string()Ulrich Ölmann2019-01-073-0/+25
* backend_storage: remove fs.hUlrich Ölmann2019-01-071-1/+0
* Fix compiler warnings about wrong type conversion in messages.Philipp Rosenberger2018-11-094-10/+10
* src: fix compilation for glibc version 2.27.9000-36.fc29 and newerEnrico Joerns2018-09-102-2/+2
* barebox-state: block while waiting for file lockRoland Hieber2018-06-041-2/+2
* barebox-state: Fail for unhandled argumentsEnrico Jorns2017-06-301-0/+5
* barebox-state: fix termination of long_options[]Enrico Jorns2017-06-301-0/+1
* common: Include sys/types.h headerMarcin Niestroj2017-06-271-0/+1
* common: Rename strlcpy to DT_strlcpyMarcin Niestroj2017-06-272-3/+3
* barebox-state: backend_raw: init digest earlierSascha Hauer2017-04-241-4/+6
* libdt: support "partitions" subnode on mtd devicesBastian Stender2017-03-311-1/+7
* state: Remove -EUCLEAN check from userspace toolSascha Hauer2017-03-311-21/+1
* barebox-state: implement skipping authentification (again)Sascha Hauer2017-03-313-5/+13
* state: Do not load state during state_new_from_nodeSascha Hauer2017-03-312-5/+4
* barebox-state: make state_get() definition consistent to its prototypeSascha Hauer2017-03-313-3/+4
* state: Allow to load without authentificationSascha Hauer2017-03-316-11/+29
* state: backend bucket circular: Explain metadataSascha Hauer2017-03-311-0/+5
* state: backend_circular: Set minumum writesize to 8Sascha Hauer2017-03-311-0/+3
* state: backend_raw: alloc digest only when neededSascha Hauer2017-03-311-53/+59
* state: backend_storage: rename more variablesSascha Hauer2017-03-311-6/+6
* state: backend_storage: make locally used variable staticSascha Hauer2017-03-311-1/+1
* state: backend_storage: rewrite function docSascha Hauer2017-03-311-2/+2
* state: backend_storage: Rename variable desired_copies to desired_bucketsSascha Hauer2017-03-311-9/+9
* state: backend_storage: Rename variable nr_copies to n_bucketsSascha Hauer2017-03-311-12/+12
* state: backend_circular: rewrite function docSascha Hauer2017-03-311-5/+3
* state: backend_circular: default to circular storageSascha Hauer2017-03-311-6/+8
* state: backend: Add some documentationSascha Hauer2017-03-312-1/+37
* state: storage: direct: do not close file that is not openedSascha Hauer2017-03-311-1/+0
* state: backend_circular: remove unnecessary warningSascha Hauer2017-03-311-4/+1
* state: backend: Add more fields to struct state_backend_storageSascha Hauer2017-03-312-28/+26
* state: backend_bucket_direct: max_size is always givenSascha Hauer2017-03-311-1/+1
* state: bucket: Make output more informativeSascha Hauer2017-03-312-10/+18
* state: backend-direct: Fix max_sizeSascha Hauer2017-03-311-1/+1
* state: Drop cache bucketSascha Hauer2017-03-313-189/+71
* state: Convert all bufs to void *Sascha Hauer2017-03-318-35/+35
* state: replace len_hint logicSascha Hauer2017-03-316-17/+21
* state: simplify direct backendSascha Hauer2017-03-311-131/+14
* state: drop lazy_initSascha Hauer2017-03-314-60/+6
* state: backend_circular: Read whole PEBSascha Hauer2017-03-311-10/+8
* state: storage: initialize variable once outside loopSascha Hauer2017-03-311-4/+6
* state: pass struct state * to storage functionsSascha Hauer2017-03-313-7/+5
* state: remove unnecessary argument from state_format_initSascha Hauer2017-03-311-7/+6