- 07 Apr, 2013 1 commit
-
-
Jeremy Lakeman authored
-
- 05 Apr, 2013 5 commits
-
-
Andrew Bettison authored
Conflicts: commandline.c tests/rhizomeprotocol
-
Andrew Bettison authored
Because Android <stdio.h> defines 'stderr' as a macro...
-
Andrew Bettison authored
-
Andrew Bettison authored
-
Andrew Bettison authored
Add STRUCT_ASSIGN macro to config schema Document STRUCT_DEFAULT and STRUCT_ASSIGN in block comments Move 'log.file_xxx' options to 'log.file.xxx'
-
- 04 Apr, 2013 7 commits
-
-
Andrew Bettison authored
-
Andrew Bettison authored
-
Andrew Bettison authored
-
Andrew Bettison authored
-
Andrew Bettison authored
Improve some comments in strbuf.h
-
Andrew Bettison authored
-
Andrew Bettison authored
-
- 02 Apr, 2013 3 commits
-
-
Andrew Bettison authored
Not used for anything
-
Andrew Bettison authored
Refactor log.c ready for log file rotation
-
Andrew Bettison authored
Add test case for "rhizome push <url>" command
-
- 28 Mar, 2013 2 commits
-
-
Andrew Bettison authored
Refactor much of the new code in log.c Add new functions: cf_load_strict() and cf_reload_strict() for use by the server, which does not want to overwrite its in-memory config at all if there is any defect in the config file. However, commands always want to overwrite the default in-memory config, even with a defective config file, so that logging has a chance to succeed. Added `log_format.dump_config` boolean config option
-
Andrew Bettison authored
-
- 27 Mar, 2013 2 commits
-
-
Andrew Bettison authored
-
Andrew Bettison authored
Indepent configuration of show_pid, show_time and log level for each destination Update test scripts for new config options Include xprintf.c in MDP client source files (now used by log.c)
-
- 26 Mar, 2013 2 commits
-
-
Andrew Bettison authored
-
Andrew Bettison authored
Upgrade configuration schema macros to allow optional "default label" argument to SUB_STRUCT and VALUE_SUB_STRUCT elements. New STRUCT_DEFAULT section declares alternative STRUCT default values with a label.
-
- 24 Mar, 2013 2 commits
-
-
Andrew Bettison authored
-
Andrew Bettison authored
-
- 20 Mar, 2013 1 commit
-
-
Andrew Bettison authored
Re-order the documentation sections and add more explanation of how an invalid config file is handled.
-
- 18 Mar, 2013 5 commits
-
-
Andrew Bettison authored
-
Andrew Bettison authored
-
Andrew Bettison authored
-
Andrew Bettison authored
Because log.c and conf.c now depend on serverMode
-
Andrew Bettison authored
-
- 17 Mar, 2013 1 commit
-
-
gardners authored
-
- 15 Mar, 2013 1 commit
-
-
Andrew Bettison authored
Rename duplicate AddNoAuthor test to AddNoAuthorEncrypted Fix broken AddNoAuthor test Add new AddInvalidAuthor test
-
- 12 Mar, 2013 1 commit
-
-
Andrew Bettison authored
Also quieten start-up log messages for invoked commands, to reduce chatter
-
- 11 Mar, 2013 1 commit
-
-
Andrew Bettison authored
-
- 06 Mar, 2013 3 commits
-
-
Andrew Bettison authored
Also fixed non-portable (endian dependent) code
-
Andrew Bettison authored
Sometimes, when adding a PIN to a keyring (eg, when opening a keyring file), a SEGV would be caused while trying to validate the MAC for an entry which apparently had zero keypair entries. Changed some keyring struct 'int' fields to 'unsigned int', to ensure that comparison logic behaves as expected. Refactored some keyring code for more clarity and code maintenance safety. Added TODO comment about keyring file format non-back-compatibility.
-
Andrew Bettison authored
-
- 05 Mar, 2013 3 commits
-
-
Andrew Bettison authored
-
Andrew Bettison authored
-
Andrew Bettison authored
-