]> git.evergreen-ils.org Git - OpenSRF.git/history - src/utils
broke network-object logic out of the JSON parsing code
[OpenSRF.git] / src / utils /
2007-05-18 ericksoncommitting scott's safer MALLOC macro and a new buffer_...
2007-05-09 mikerprintf family format fixup found (har har) and suggeste...
2007-04-28 mikerAvoiding memory leaks in string opperations
2007-03-15 ericksonlowered some logging
2007-01-25 ericksonAdded support for the opensrf XID, which is a transacti...
2007-01-02 mikerprintf format fix
2007-01-02 ericksonany unhandled char below ascii 32 will now be encoded...
2006-11-27 mikeroff-by-one ... arg
2006-11-26 mikerhandle the first byte all special-like with utf-8
2006-11-22 mikerugly, but it does not warn
2006-11-22 mikerinline the utf8 stuff
2006-11-22 mikernew unicode stuff compiles now
2006-11-22 mikerswitching to some UTF8 code from perl
2006-11-22 mikerswitching to some UTF8 code from perl
2006-09-01 ericksondoing better job of propogating network errors up the...
2006-08-27 ericksonchanged some logging
2006-08-21 ericksonadded escape for 0x1 char
2006-08-20 ericksonclearing tmp buffer before use
2006-08-20 ericksontruncate messages more to prevent syslog overflow errors
2006-06-15 ericksonencoding char=30 (record seperator) in ToJSON
2006-06-15 ericksonreturning error code on disconnect
2006-06-07 ericksonadded \ escaping
2006-04-17 ericksonmore debugging, sanity checking read loop in apachetool...
2006-04-14 ericksonremoved some unnecessary log lines
2006-04-14 ericksonchopchop will now timeout if trying to send to a client...
2006-04-07 ericksonadded some additional logging and some cleanup function...
2006-03-30 ericksonmaking better use of macros for speed
2006-03-24 ericksontaking advantage of macros
2006-03-24 ericksonadded some macros for speeding up tight loops - taking...
2006-03-01 ericksonadded utility macro
2006-02-27 ericksonsmall changes, fixed some typos
2006-01-30 ericksonAdded additional param to all the osrfLog* calls which...
2005-12-09 ericksonre-arranged the log code so that VA_LIST_TO_ARGS (which...
2005-12-08 ericksonstarted work on xul-based requestor/recipient holds
2005-12-06 ericksonAdded new C event code for handling the auth login...
2005-12-01 ericksonadded some log statements, fixed some typos
2005-11-30 ericksonremoved these since the C code is now using the unified...
2005-11-30 ericksonfinal C code logging patchups
2005-11-29 ericksonpatching up some more logging stuff
2005-11-29 ericksonmoved C code to a unified logging framework which curre...
2005-11-09 ericksonadded pop method to osrf_list
2005-11-04 ericksonfixed bug where removing a node didn't always register
2005-10-10 ericksonvarious tweaks
2005-10-03 ericksonadded list and hash code based on libJudy
2005-09-15 ericksonmade C auth server
2005-09-12 ericksonadded the md5 server (opensrf.version)
2005-09-06 ericksonchanged router binary to opensrf_router to prevent...
2005-09-06 ericksonadded CONNECT handling
2005-09-02 ericksonYoung C server code added
2005-09-01 ericksonchanged the CC_OPTS and LD_FLAGS to CFLAGS, LDFLAGS...
2005-08-31 ericksonall opensrf related headers are shoved into opensrf/*.h
2005-08-31 ericksonaddiing some xml utility code
2005-08-31 ericksonnew json api changes
2005-08-26 ericksonadding utility methods
2005-08-25 ericksoncleaning up the JSON code some
2005-08-25 ericksonadded basic xpath support to JSON
2005-08-17 ericksondisabled REUSE since it was affecting router
2005-08-17 mikeradd socket options to allow socket recovery and speed...
2005-08-17 ericksonfixed a problem in utils where I was using a va_list...
2005-08-16 ericksonmoved transport code over to utils/socket_bundle so...
2005-08-16 ericksonadded method to allow waiting for a single client socke...
2005-08-16 ericksonadded ability to bind to a specific IP address for...
2005-08-16 ericksonadded client connect code for INET and UNIX. UNIX...
2005-08-15 ericksonadded microseconds to get_timestamp_millis()
2005-08-03 ericksonsome code cleanup, some unfinished projects, etc.
2005-08-03 ericksonadded a stringisnum function
2005-08-03 mikerdaemonizing and hushing warnings; logger reopens files...
2005-08-03 mikermoor boogz
2005-08-03 mikerbugfix for buffer_fadd
2005-08-03 mikerremoving (confusing) extranious definition
2005-08-01 ericksonchanged add_index to set_index to match some updated...
2005-07-26 ericksonmore install goodness, fixed random jserver bug
2005-07-15 ericksonadded shutdown call before closing socket
2005-07-01 ericksonadded some license info and comments
2005-06-21 ericksonhunting segfaults...
2005-06-19 ericksonbroke out a lot of the code from generic_utils into...
2005-06-19 ericksonslimmed down makefiles which get most of their vars...
2005-06-10 ericksonremoved fieldmapper from the 'all' target
2005-06-06 ericksonbuild the header here then copy it over
2005-06-06 ericksonC fieldmapper stuff
2005-06-06 ericksonmoved some of the utility code out that has no other...
2005-06-06 ericksonmoved from libtransport
2005-03-29 mikeradding -fPIC to makefiles so they work on amd64
2005-03-16 ericksonadded login functionality to the shell