]> git.evergreen-ils.org Git - OpenSRF.git/history - src/utils/utils.c
off-by-one ... arg
[OpenSRF.git] / src / utils / utils.c
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-08-21 ericksonadded escape for 0x1 char
2006-06-15 ericksonencoding char=30 (record seperator) in ToJSON
2006-06-07 ericksonadded \ escaping
2006-04-17 ericksonmore debugging, sanity checking read loop in apachetool...
2006-04-14 ericksonchopchop will now timeout if trying to send to a client...
2006-03-30 ericksonmaking better use of macros for speed
2006-03-24 ericksonadded some macros for speeding up tight loops - taking...
2005-12-01 ericksonadded some log statements, fixed some typos
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 ericksonadded CONNECT handling
2005-08-31 ericksonnew json api changes
2005-08-26 ericksonadding utility methods
2005-08-25 ericksonadded basic xpath support to JSON
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-15 ericksonadded microseconds to get_timestamp_millis()
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-07-01 ericksonadded some license info and comments
2005-06-19 ericksonbroke out a lot of the code from generic_utils into...
2005-06-06 ericksonmoved some of the utility code out that has no other...