2007-10-18 |
Christian Thaeter | DELETE command
|
commit | commitdiff | tree |
2007-10-17 |
Christian Thaeter | release 0.2pre1
|
commit | commitdiff | tree |
2007-10-17 |
Christian Thaeter | cleanup and meta updates for next release
|
commit | commitdiff | tree |
2007-10-17 |
Christian Thaeter | reserve and extend the list of forbidden filename characters
|
commit | commitdiff | tree |
2007-10-17 |
Christian Thaeter | EXPIRE command
|
commit | commitdiff | tree |
2007-10-17 |
Christian Thaeter | implemented atime handling, rules maintain a timestamp...
|
commit | commitdiff | tree |
2007-10-16 |
Christian Thaeter | reorder init sequence, daemonize after all commandline...
|
commit | commitdiff | tree |
2007-10-16 |
Christian Thaeter | dont change the current dir when daemonize
|
commit | commitdiff | tree |
2007-10-16 |
Christian Thaeter | HELP produces comment syntax (leading #)
|
commit | commitdiff | tree |
2007-10-16 |
Christian Thaeter | extended the VERSION command
|
commit | commitdiff | tree |
2007-10-16 |
Christian Thaeter | autoreconf needs this files for bootstraping D'oh
|
commit | commitdiff | tree |
2007-10-16 |
Christian Thaeter | HELP command
|
commit | commitdiff | tree |
2007-10-16 |
Christian Thaeter | VERSION command, HELP and EXPIRE skeletons
|
commit | commitdiff | tree |
2007-10-16 |
Christian Thaeter | change -D debug verbosity to LOG_INFO
|
commit | commitdiff | tree |
2007-10-13 |
Christian Thaeter | add TODO make target which import the todo from the...
|
commit | commitdiff | tree |
2007-10-12 |
Christian Thaeter | some more .gitignore patterns
|
commit | commitdiff | tree |
2007-10-12 |
Christian Thaeter | change the build system from 'foreign' to 'gnu' requirements
|
commit | commitdiff | tree |
2007-10-12 |
Christian Thaeter | factored the source into smaller files covering single...
|
commit | commitdiff | tree |
2007-10-11 |
Christian Thaeter | this is version 0.1alpha
|
commit | commitdiff | tree |
2007-10-11 |
Christian Thaeter | cosmetics
|
commit | commitdiff | tree |
2007-10-11 |
Christian Thaeter | Policy handling, needed some socket/base pointer rearrangement
|
commit | commitdiff | tree |
2007-10-11 |
Christian Thaeter | logging improvement
|
commit | commitdiff | tree |
2007-10-09 |
Christian Thaeter | loading files from optargs
|
commit | commitdiff | tree |
2007-10-09 |
Christian Thaeter | listening works again
|
commit | commitdiff | tree |
2007-10-09 |
Christian Thaeter | getopt handling and lots of smaller logging and other...
|
commit | commitdiff | tree |
2007-10-09 |
Christian Thaeter | cleanup: use malloc/strdup wraper, add a log and a...
|
commit | commitdiff | tree |
2007-10-08 |
Christian Thaeter | Autotoolified
|
commit | commitdiff | tree |
2007-10-08 |
Christian Thaeter | fix leaking connections by calling destructor instead...
|
commit | commitdiff | tree |
2007-10-08 |
Christian Thaeter | command REPLACE
|
commit | commitdiff | tree |
2007-10-08 |
Christian Thaeter | little cleanup
|
commit | commitdiff | tree |
2007-10-08 |
Christian Thaeter | off by one fix
|
commit | commitdiff | tree |
2007-10-08 |
Christian Thaeter | remove unused listnode in rpxd_connection, add tmp_string...
|
commit | commitdiff | tree |
2007-10-08 |
Christian Thaeter | command SAVE
|
commit | commitdiff | tree |
2007-10-08 |
Christian Thaeter | fix LOAD purging old loaded rules
|
commit | commitdiff | tree |
2007-10-08 |
Christian Thaeter | command LOAD
|
commit | commitdiff | tree |
2007-10-08 |
Christian Thaeter | REMOVE command
|
commit | commitdiff | tree |
2007-10-08 |
Christian Thaeter | simplified socket/connection management, only one sockets...
|
commit | commitdiff | tree |
2007-10-08 |
Christian Thaeter | Check if filename was provided for farious commands
|
commit | commitdiff | tree |
2007-10-08 |
Christian Thaeter | Better filename validation
|
commit | commitdiff | tree |
2007-10-08 |
Christian Thaeter | APPEND/PREPEND commands
|
commit | commitdiff | tree |
2007-10-08 |
Christian Thaeter | handle illegal syntax in rule files
|
commit | commitdiff | tree |
2007-10-08 |
Christian Thaeter | llist fixes
|
commit | commitdiff | tree |
2007-10-07 |
Christian Thaeter | cmd SHUTDOWN
|
commit | commitdiff | tree |
2007-10-07 |
Christian Thaeter | now the DUMP command
|
commit | commitdiff | tree |
2007-10-07 |
Christian Thaeter | add the LIST command
|
commit | commitdiff | tree |
2007-10-07 |
Christian Thaeter | fixed the CHECK callback to handle the semantic change...
|
commit | commitdiff | tree |
2007-10-07 |
Christian Thaeter | some pending cosmetics
|
commit | commitdiff | tree |
2007-10-07 |
Christian Thaeter | let the command dispatch call the command directly...
|
commit | commitdiff | tree |
2007-10-07 |
Christian Thaeter | add function checking if a tree is empty to psplay
|
commit | commitdiff | tree |
2007-10-06 |
Christian Thaeter | cmd_CHECK implementation
|
commit | commitdiff | tree |
2007-10-06 |
Christian Thaeter | readline fix
|
commit | commitdiff | tree |
2007-10-06 |
Christian Thaeter | listen address fix
|
commit | commitdiff | tree |
2007-10-06 |
Christian Thaeter | keep files by basename in lookup tree, store full pathname...
|
commit | commitdiff | tree |
2007-10-05 |
Christian Thaeter | replaced 'activate' with 'schedule'
|
commit | commitdiff | tree |
2007-10-05 |
Christian Thaeter | handle file part of a command
|
commit | commitdiff | tree |
2007-10-05 |
Christian Thaeter | added some error messages/cleanup
|
commit | commitdiff | tree |
2007-10-05 |
Christian Thaeter | refactored file_load into file_new and then file_load
|
commit | commitdiff | tree |
2007-10-05 |
Christian Thaeter | command dispatcher
|
commit | commitdiff | tree |
2007-10-05 |
Christian Thaeter | minor cosmetic changes/renames
|
commit | commitdiff | tree |
2007-10-04 |
Christian Thaeter | simple blocking write, to be refined later
|
commit | commitdiff | tree |
2007-10-03 |
Christian Thaeter | first buffer, readline implementation
|
commit | commitdiff | tree |
2007-10-03 |
Christian Thaeter | creating connections
|
commit | commitdiff | tree |
2007-10-03 |
Christian Thaeter | WIP: skeleton/planning
|
commit | commitdiff | tree |
2007-10-02 |
Christian Thaeter | silenced compiler warnings, cosmetics
|
commit | commitdiff | tree |
2007-10-02 |
Christian Thaeter | fixed return value, limit dumping to level 40
|
commit | commitdiff | tree |
2007-10-01 |
Christian Thaeter | implemented a tree-walking api for psplay
|
commit | commitdiff | tree |
2007-10-01 |
Christian Thaeter | further on basic implementation
|
commit | commitdiff | tree |
2007-10-01 |
Christian Thaeter | make psplay key const
|
commit | commitdiff | tree |
2007-10-01 |
Christian Thaeter | made a psplayroot struct
|
commit | commitdiff | tree |
2007-09-30 |
Christian Thaeter | add .gitignore
|
commit | commitdiff | tree |
2007-09-30 |
Christian Thaeter | probabilistic splay tree
|
commit | commitdiff | tree |
2007-09-30 |
Christian Thaeter | add llist.h
|
commit | commitdiff | tree |
2007-09-30 |
Christian Thaeter | initial commit .. just some basics
|
commit | commitdiff | tree |
|