]> git.evergreen-ils.org Git - OpenSRF.git/shortlog
OpenSRF.git
2008-03-06 dbsRemove <domains> element - breaks gateway.
2008-03-06 dbsOvercome old setuptools' inability to convert FTP listi...
2008-03-05 ericksonupdated to match new config layout
2008-03-05 ericksonAdded support for multi-router registration
2008-03-05 ericksonadded a ":" to the getopt "c" option so it would take...
2008-03-03 dbsBail with a reasonable error message if OPT_CONFIG...
2008-03-03 dbsMake the path to opensrf_core.xml argument optional...
2008-02-16 dbsx.y.z version numbering seems to make setuptools happie...
2008-02-14 ericksonupdated to fit new opensrf updates
2008-02-11 ericksonmakeing osrfSystemCacheInit() a "public" function....
2008-02-07 ericksongracefully handle a null server resposne
2008-02-07 mikerfix paging for large app introspection
2008-01-31 mikerPatch from Scott McKellar (including commentary):
2008-01-31 mikerPatch from Scott McKellar:
2008-01-31 mikerPatch from Scott McKellar to plug a memory leak in...
2008-01-31 mikerPatch from Scott McKellar to plug a memory leak in...
2008-01-31 mikerPatch from Scott McKellar to replace some deprecated...
2008-01-31 mikerPatch from Scott McKellar:
2008-01-31 mikerPatch from Scott McKellar:
2008-01-31 mikerPatch from Scott McKellar:
2008-01-31 mikerPatch from Scott McKellar to fix up some const correctn...
2008-01-31 mikerPatch from Scott McKellar:
2008-01-31 mikerPatch from Scott McKellar:
2008-01-31 mikerPatch from Scott McKellar:
2008-01-31 mikerPatch from Scott McKellar:
2008-01-31 mikercamelCasingPatch from Scott McKellar
2008-01-30 ericksontry/except/finally combinations are only supported...
2008-01-30 mikerturn \d{1,10} into a number on the wire
2008-01-30 ericksonupdating legacy JSON parser to store numbers as strings
2008-01-29 ericksonappending neglected boolean object to growing JSON...
2008-01-29 ericksonpython opensrf pre-forking server implementation. ...
2008-01-22 ericksoncreated a shallow clone method
2008-01-22 dbsSet the Makefile shell to bash via the Makefile SHELL...
2008-01-20 ericksonadded the ability to wait forever by passing <0 to...
2008-01-17 dbslibxml2 and libxslt1 Python modules are abnormal -...
2008-01-16 dbsAdd dnspython, libxml, and libxslt1 dependencies on...
2008-01-16 ericksonadded the ability to use cjson for json encoding/decodi...
2008-01-15 ericksonI started adding some basic bootstrap options looking...
2008-01-15 dbsRevert Gentoo changes (sigh)
2008-01-15 dbsMake cleaning in Python dir optional as well, to avoid...
2008-01-15 dbsAdd a build flag for Python modules
2008-01-15 dbsBootstrapping doesn't work as desired on systems that...
2008-01-15 dbsBootstrap setuptools, drop unnecessary directory metadata
2008-01-15 ericksonremoving old, unused code
2008-01-15 dbsSwitch to setuptools to enable dependency installs...
2008-01-07 ericksonrepaired expire time logic to force use of the configur...
2008-01-07 mikerPatch from Scott McKellar:
2008-01-07 mikerPatch from Scott McKellar:
2008-01-07 mikerJSON to XML patches from Scott McKellar:
2008-01-07 mikerMemory leak fixes for the old-style gateway:
2008-01-07 mikerMemory leak plugged by Scott McKellar:
2008-01-07 mikerTwo patch sets from Scott McKellar
2008-01-07 mikerPatch from Scott McKellar:
2008-01-07 dbsEnable Python build with regular user to avoid perm...
2008-01-06 ericksonusing new C-based JSON parser: JSON::XS - this new...
2008-01-06 ericksonproviding option to connect to memcache at general...
2008-01-06 ericksonmade exceptions a litte more generic, passing msg to...
2008-01-05 mikerPatch from Scott McKellar:
2008-01-03 ericksonremoved assumption that settings values would be number...
2008-01-02 ericksonchanged str to msg to prevent clobbering. changed...
2008-01-01 mikerPatch from Scott McKellar:
2008-01-01 mikerPatch from Scott McKellar:
2008-01-01 mikerPatch from Scott McKellar:
2008-01-01 mikerPatch from Scott McKellar; use camelCase instead of...
2008-01-01 mikerPatch from Scott McKellar; use camelCase instead of...
2008-01-01 mikerPatch from Scott McKellar; use camelCase instead of...
2008-01-01 mikerPatch from Scott McKellar; use camelCase instead of...
2008-01-01 mikerPatch from Scott McKellar; use camelCase instead of...
2008-01-01 mikerPatch from Scott McKellar which adds some const-correct...
2007-12-27 ericksonadded a static method to see if there is already a...
2007-12-27 ericksonrepaired stderr call
2007-12-27 ericksonforcing int-ness on timeout value
2007-12-26 ericksonchanged osrf python version from 1.2. to 1.0 to match...
2007-12-23 dbsUse distutils to install Python into the standard location
2007-12-21 ericksonadded a flag to encode/decode flattened data as json
2007-12-20 ericksonadded a multisession class for agregating requets into...
2007-12-20 ericksonadded an xml flattener similar to the java xml flattener
2007-12-16 ericksonadded internal log level. added some crucial log lines...
2007-12-16 dbsContinue the march towards a pedantic 1.0 python API.
2007-12-16 ericksonadded iscomplete method
2007-12-16 ericksonparsing logfile settings and initing logger
2007-12-16 dbsAdd rudimentary locale support to srfsh.py
2007-12-16 ericksonadding a basic mutlisession manager
2007-12-16 dbsAdd some basic locale support.
2007-12-16 dbsFurther pedanticize logging method names.
2007-12-16 dbsMove towards Pythonic API style conventions (as informe...
2007-12-16 ericksoncreated a simplified XSL processing class with test
2007-12-16 dbsxml.py conflicts with other xml module namespace (boo...
2007-12-16 dbsThis file will hold only OpenSRF XML functions.
2007-12-14 ericksonadding a generic xml flattening utility with test
2007-12-12 mikerPatch from Scott McKellar to allow E as well as e for...
2007-12-11 mikerPatch from Scott McKellar to correct some problems...
2007-12-10 mikerPatch from Scott McKellar to speed up parts of the...
2007-12-09 mikerPatch from Scott McKellar to clean up const-iness and...
2007-12-08 mikerarg ... add tracking in both "new" functions
2007-12-08 mikertracking actual list length based on adds and uses
2007-12-08 mikertrack malloc()-created objects
2007-12-08 mikerPatch from Scott McKellar which adds a free-object...
2007-12-07 ericksoncreated external script for downloading java dependenci...
2007-12-07 dbsMinor code cleanup:
next