server.c: Only try to print errors when not in daemon mode.
[paraslash.git] / blob.c
2008-11-22 Andre NollMinor documentation improvements.
2008-03-24 Andre NollComplete the afs callback conversion.
2008-03-24 Andre Nollmake send_callback_request() and friends take a result...
2008-01-21 Andre NollBe more careful on command exit.
2008-01-08 Andre NollChange year in Copyright comment from 2007 to 2008.
2007-12-28 Andre NollTurn PARA_STRERROR into an inline function.
2007-11-24 Andre Nollcom_lsblob(): Fix sorting order.
2007-10-26 Andre NollMore Documentation improvments.
2007-10-24 Andre NollAdd missing initialization of table pointer in blob_init().
2007-10-21 Andre NollComplete afs event handling.
2007-10-18 Andre NollImplement afs events.
2007-10-13 Andre NollReplace struct table_info by struct afs_table.
2007-10-09 Andre NollRemove some system errors from errno.h
2007-09-30 Andre NollImplement mailbox output format for ls.
2007-09-28 Andre NollMake com_lsblob() and com_lsatt() more similar to each...
2007-09-27 Andre NollGerneralize for_each_matching_blob().
2007-09-26 Andre NollGet rid of the "table" member in struct table_info.
2007-09-26 Andre Nolladdblob: Overwrite existing blobs.
2007-09-25 Andre Nollcom_check(): Implement mood checking.
2007-09-25 Andre Nollmake get_playlist_data() generic.
2007-09-24 Andre Nollblob.c: Implement pattern matching.
2007-09-23 Andre NollImplement check for invalid playlist entries.
2007-09-22 Andre NollFix some bugs in blob handling.
2007-09-22 Andre NollFix com_lsblob().
2007-09-10 Andre Nollafs: Replace DATABASE_DIR by a runtime config option.
2007-09-09 Andre NollChange the type of the argv argument of all commands.
2007-09-08 Andre NollMake afs commands work.
2007-09-08 Andre Nollpara_server: Initialize the new afs.
2007-09-08 Andre NollMerge the new afs code.