]> git.evergreen-ils.org Git - Evergreen.git/history - OpenSRF/src/srfsh
cleaned up Biblio some
[Evergreen.git] / OpenSRF / src / srfsh /
2005-09-12 ericksonadded the md5 server (opensrf.version)
2005-09-01 ericksonchanged the CC_OPTS and LD_FLAGS to CFLAGS, LDFLAGS...
2005-08-31 ericksonnew json api changes
2005-08-24 ericksonmade json formatter a little smarter/better
2005-08-22 ericksonmoved router, gateways to a single config file opensrf_...
2005-08-16 ericksonmoved transport code over to utils/socket_bundle so...
2005-08-12 ericksonremoved debug line
2005-08-11 ericksonmoved C over to all JSON all the time
2005-07-22 ericksonset raw_print true forces srfsh to bypass 'less' for...
2005-07-21 ericksonnow piping to open shell for unknown commands so that...
2005-07-20 ericksonadded EXEC_DEFAULT compile option for srfsh which is...
2005-07-20 ericksonadded support for script files. when we detect that...
2005-07-15 ericksonremoved all of the old libjson dependencies
2005-06-28 ericksonslowly replacing libjson with objson calls..
2005-06-19 ericksonadded other useful headers
2005-06-19 ericksonremoved generic_utils.h
2005-06-19 ericksonmore tweaking to point to the right header files, etc.
2005-06-19 ericksonslimmed down makefiles which get most of their vars...
2005-06-13 mikerup the timeout for long queries
2005-06-10 ericksonadded -lobjson to makefile
2005-04-25 ericksonadded the ability to bypass JSON parsing for adding...
2005-04-20 ericksonslimmed a chunk of code
2005-03-29 mikeradding -fPIC to makefiles so they work on amd64
2005-03-18 ericksonraised command line buffer to accomodate large chunks
2005-03-18 ericksonchanged buf size, not sure how it got shrunk
2005-03-17 ericksonremoved sig-int handler for now, annoying.
2005-03-16 ericksonincluded stack dependency in makefile
2005-03-16 ericksonadded login functionality to the shell
2005-03-16 ericksonadded an 'introspect' command
2005-03-15 ericksonadded help line
2005-03-14 ericksonadded ctrl-c handler to exit the currently running...
2005-03-13 ericksonincorporated math bench into srfsh. see help for details
2005-03-11 ericksonfixed request timing issue since we're using 'less...
2005-03-11 ericksonturned on pretty print by default
2005-03-11 ericksonadded newlines after commas in pretty_print
2005-03-11 ericksonpiping to 'less' for long data
2005-03-08 ericksonadded line to remove trailing ';'
2005-03-07 mikerfixing double cast and format
2005-03-07 ericksonadded sanity check on relay command
2005-03-07 ericksonfixed mispelling
2005-03-04 ericksonhistory and config file checking are more granular...
2005-03-04 ericksonadded history file so history is saved across sessions
2005-03-04 ericksonmoved definitions to srfsh.h for maintainability
2005-03-04 ericksonwe don't add 'newlines' to history.
2005-03-04 ericksonadded 'relay' which allows you to use the last received...
2005-03-04 ericksonadded external command running by entering !<command...
2005-03-03 ericksonadded some basic exception handling and propogation
2005-03-03 ericksonfixed logic error in using the config file
2005-03-02 ericksonif no config file is specified on the command line...
2005-03-02 ericksonadded an 'install' target to these makefiles that just...
2005-03-02 ericksonnow requests are finished and sessions are destroyed
2005-03-02 ericksonmoved to readline.
2005-03-01 ericksonremoved the command line login requirement and now...
2005-03-01 ericksonadded json pretty printer for formatting result content...
2005-03-01 ericksonsrfsh now:
2005-03-01 ericksonadded 'disconnect' to session requests
2005-03-01 phasefxoopsie
2005-03-01 ericksonupdated help message
2005-03-01 ericksonadded 'named' configs.
2005-02-24 ericksonadded 'last' command to redo the last command
2005-02-11 ericksonadded a function to format a timestamp in human readabl...
2005-02-10 ericksonv1, currently only answers to 'exit', 'quit', 'help...