summaryrefslogtreecommitdiffstats
path: root/lib/utils/dump_dir.c
Commit message (Expand)AuthorAgeFilesLines
* move inc/ and lib/ to src/. No code changesDenys Vlasenko2010-11-151-504/+0
* suppress open error message in one case when it isn't unexpectedDenys Vlasenko2010-11-041-7/+13
* reduce usage of daemon's library in non-daemon partsDenys Vlasenko2010-10-251-1/+0
* dump_dir: make open fail if there is no "analyzer" file.Denys Vlasenko2010-10-211-3/+20
* change dd_opendir API to return dd pointer (no need to dd_init it separately)Denys Vlasenko2010-10-151-28/+27
* change dd_create API to return dd pointer (no need to dd_init it separately)Denys Vlasenko2010-10-151-26/+21
* Before this patch, dd_opendir(".") was creatingDenys Vlasenko2010-10-151-13/+40
* various small fixes to dd usageDenys Vlasenko2010-10-141-49/+26
* dump_dir.c: reorder functions within the file without changing them.Denys Vlasenko2010-10-141-64/+61
* add two flags to dd_opendir()Nikola Pajkovsky2010-09-221-16/+10
* unhide dump_dir structure from typedefNikola Pajkovsky2010-09-201-17/+17
* dump_dir: added TODO comment. no code changesDenys Vlasenko2010-09-151-0/+20
* fixing two instances of dd->gid which I forgot to convertDenys Vlasenko2010-09-141-2/+2
* dump_dir: use dd_ prefix on uid/gid fieldsDenys Vlasenko2010-09-141-8/+8
* I noticed that ->locked and ->opened members are always the sameDenys Vlasenko2010-09-141-80/+18
* dump_dir: dd_close was freeing unallocated pointer! fix thatDenys Vlasenko2010-09-131-1/+1
* DebugDump.* -> dump_dir.*Nikola Pajkovsky2010-09-071-0/+535