]> git.evergreen-ils.org Git - OpenSRF.git/history - src/objson
created a simplified XSL processing class with test
[OpenSRF.git] / src / objson /
2007-09-30 mikerBroad patch from Dan Scott to move towards better memor...
2007-07-06 mikermoved from custom is_number() to standared ctype.h...
2007-07-05 mikerremoving signedness warnings coming from libxml2
2007-06-21 ericksonMerged libopensrf source directories (libtransport...
2007-06-14 ericksonAdded a new XML-2-JSON utility for converting XMLized...
2007-06-13 ericksonrolling back changes to objson includes. opensrf cannot...
2007-06-12 mikerPatch from Dan Scott to fix up the OpenSRF build proces...
2007-05-09 mikerprintf family format fixup found (har har) and suggeste...
2007-02-05 ericksonfixed bool parsing bug -- off by one on the string...
2007-02-05 ericksonadded a is-true wrapper for bool objects
2006-11-30 ericksonadded space in the utf buffer to handle 3-char characters
2006-09-08 ericksonescaping hash keys
2006-08-31 ericksonchanged format of log line just a little
2006-08-27 ericksonmoved json parsing methods to non-printf style methods...
2006-04-07 ericksonadded some additional logging and some cleanup function...
2006-02-27 mikeradding xml format support to the gateway
2006-02-27 ericksonsmall changes, fixed some typos
2006-02-13 ericksonadded additional sanity check to index call
2005-12-15 ericksonchanged a log line
2005-12-08 ericksonstarted work on xul-based requestor/recipient holds
2005-11-30 ericksonadded variable arg to jsonNewObject for formatted strings
2005-11-10 ericksontosimplestring now returns int/double as expected
2005-10-10 ericksonfixed logic bug in the xpath finder
2005-09-12 ericksonadded the md5 server (opensrf.version)
2005-09-02 ericksonadded some more api wrappers
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 ericksonnew json api changes
2005-08-25 ericksoncleaning up the JSON code some
2005-08-25 ericksonadded basic xpath support to JSON
2005-08-24 ericksonmade json formatter a little smarter/better
2005-08-23 ericksonadded the pretty printer here
2005-08-16 ericksonmoved transport code over to utils/socket_bundle so...
2005-08-11 ericksonmoved C over to all JSON all the time
2005-08-04 ericksonnow allow S and E in class hints :)
2005-07-18 ericksonbuilding objson with strict writing enabled (includes...
2005-07-15 ericksonobjson now accepts empty array and object values if...
2005-07-15 ericksonremoved all of the old libjson dependencies
2005-07-14 ericksonfixed some a bug in jserver, added some debug lines
2005-07-08 ericksonadded some debugging, safety measures
2005-07-05 ericksonfixed a number of bugs regarding number parsing
2005-07-01 ericksonadded license info and some additional comments
2005-06-19 erickson*** empty log message ***
2005-06-19 ericksonslimmed down makefiles which get most of their vars...
2005-06-06 ericksoncreating header dir if necessary
2005-06-06 ericksonadding
2005-06-06 ericksonadding early custom json code