2009-06-15 | Matthias Bolte | [misc] Fix relevant error marking, if the first error... Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-06-08 | Matthias Bolte | [misc] Add vsc_error_reset(). Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-05-29 | Matthias Bolte | [misc] Fix typo. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-05-29 | Matthias Bolte | [cli] Don't discard the error stack, but append and... Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-05-29 | Matthias Bolte | [misc] Add branch abilities to the error reporting... Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-05-10 | Matthias Bolte | [misc] Add vsc_list_take() function that removes an... Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-05-09 | Matthias Bolte | [build] Use 'rm -rf --' instead of 'rm -rf' in clean... Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-05-09 | Matthias Bolte | Change semantic of the *_list_append() functions. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-26 | Matthias Bolte | [misc] Add missing initializer in _error_default struct... Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-25 | Matthias Bolte | Cleanup doxygen style. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-25 | Matthias Bolte | Add doxygen config. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-23 | Matthias Bolte | [cli] Assert the correct type of option lookups. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-23 | Matthias Bolte | [cli] Add --debug-level <number> default option. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-23 | Matthias Bolte | [misc] Add debug levels and a VSC__DEBUG macro. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-23 | Matthias Bolte | [build] Add 'new' make rule for subdirectories. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-23 | Matthias Bolte | [cli] Parse untagged option with defined type. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-21 | Matthias Bolte | [cli] Combine the tagged and required fields of the... Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-18 | Matthias Bolte | [cli] Fix potential out-of-bounds memory access. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-18 | Matthias Bolte | [cli] Automatically break lines after 79 characters... Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-18 | Matthias Bolte | [cli] Display long option name first in help output. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-18 | Matthias Bolte | [misc] Add new functions: vsc_strjoin and vsc_mkpath. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-18 | Matthias Bolte | [remote] Fix indentation. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-18 | Matthias Bolte | [cli] Update error message for too many untagged options. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-18 | Matthias Bolte | [remote] Add generic command and pack system to simplify... Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-18 | Matthias Bolte | [cli] Unify case of user visible strings. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-18 | Matthias Bolte | [cli] Read and write command history from and to a... Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-17 | Matthias Bolte | [cli] Remove data option type and add new tagged option... Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-17 | Matthias Bolte | [remote] Allow NULL as remote URL. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-17 | Matthias Bolte | [debian] Add libvscremote to the scripts. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-17 | Matthias Bolte | Add libvscremote: XML-RPC based remote extension for... Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-16 | Matthias Bolte | [cli] Extend command function signature to take a command... Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-16 | Matthias Bolte | [cli] Fix missing newline in help display when description... Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-16 | Matthias Bolte | [build] Allow optional config-user.mk file for per... Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-16 | Matthias Bolte | Update HACKING file. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-16 | Matthias Bolte | [debian] Fix spelling and descriptions. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-11 | Matthias Bolte | [cli] Fix parsing of commands with trailing whitespaces. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-11 | Matthias Bolte | [cli] Add tab-completion for interactive mode. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-10 | Matthias Bolte | [cli] Add an option to disable output coloring. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-10 | Matthias Bolte | [cli] Add interactive mode. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-09 | Matthias Bolte | Remove old name from Makefile header. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-09 | Matthias Bolte | Remove unused code. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-09 | Matthias Bolte | Fix broken parsing of malformed long option names as... Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-09 | Matthias Bolte | [cli] Add --verbose-errors to enable verbose error... Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-08 | Matthias Bolte | Add new error code for remote errors. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-06 | Matthias Bolte | [cli] Fix CFLAGS to use uninstalled libvscmisc headers. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-06 | Matthias Bolte | Remove some wrong assert's. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-05 | Matthias Bolte | Add simple input parameter checks to every function. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-05 | Matthias Bolte | [misc] Remove redundant error codes. Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |
2009-04-05 | Matthias Bolte | Move common used/useable code from libvscmgmt to libvsc... Signed-off-by: Matthias Bolte <matthias.bolte@googlemail.com> |
commit | commitdiff | tree |