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 |