]> git.evergreen-ils.org Git - Evergreen.git/history - OpenSRF/src/perlmods
fixed some a bug in jserver, added some debug lines
[Evergreen.git] / OpenSRF / src / perlmods /
2005-07-12 mikermaking introspection filter regexy
2005-07-11 mikeraliasing respond_complete to respond
2005-07-07 ericksonanother error message that we'll hopefully never see
2005-07-07 ericksonmethod not found now returns the name of the method...
2005-06-19 ericksonmore tweaking to point to the right header files, etc.
2005-06-17 ericksonrouter-less login mangling
2005-06-17 ericksonif no router, change the connecting resource
2005-06-17 ericksonregex to determine unix-ocity for the socket
2005-06-17 ericksonrouter bypassing code
2005-06-15 mikeradding routerless config support; adding local UNIX...
2005-06-09 ericksonfixed name issue for process
2005-06-09 ericksonlogging empty data on socket
2005-06-08 ericksonremoved number overloads
2005-06-07 ericksonStateless code, round 1...
2005-05-13 ericksonnow using the max persist time in the config file
2005-05-09 ericksonLet the onslaught continue...
2005-04-26 mikerallow method lookup for a single method. open-ils...
2005-04-20 ericksonjust letting the exceptions stringify
2005-04-20 ericksonapp name changes
2005-04-20 ericksonthis is the code that has the 'failed' method as well...
2005-04-14 mikerfleshed out "actor.usr" interface, and stream behavior...
2005-04-13 mikeradded general storage result caching where applicable...
2005-04-13 ericksongetting "can't call toString on unblessed reference...
2005-04-12 mikercach update
2005-04-12 ericksonchecking for only one server
2005-04-12 mikererror checking in Cache.pm
2005-04-11 ericksonadded line to better report exceptions
2005-04-07 mikeradded initial limiter and cache population
2005-03-29 mikeradding full_request (not sure if we need this) and...
2005-03-17 ericksonadded check to make sure log line didn't kill things
2005-03-17 ericksonadded some sanity checks to make sure we're not sending
2005-03-16 ericksonmoved back to non-method_lookup method to test 'origina...
2005-03-16 mikerbootstrap_client now registers a dummy client server_class
2005-03-16 mikerfix for embeded $
2005-03-15 ericksonadded a warn line for debugging purposes
2005-03-15 ericksonfully bypassing persist if persist isn't true
2005-03-15 mikerdisconnect on magic subrequest, and record message...
2005-03-14 mikereet leevs
2005-03-14 mikernot escaping "/" characters
2005-03-12 ericksonadded == to number
2005-03-12 mikerworking regex!
2005-03-11 mikerfixing xml quoting issues
2005-03-11 ericksonadded some sanity checks
2005-03-11 mikerfat fingers make for silly bugs...
2005-03-11 mikerautomatic generation of most "Publish" methods
2005-03-10 mikermagically handle any class in JSON. no need to registe...
2005-03-10 mikertransactions are working now ... some cleanup is needed
2005-03-08 mikeroops... left a "warn" in there.
2005-03-08 mikerremoving C++ comments, cause they hate me
2005-03-08 mikerYAY! Unicode works now!
2005-03-08 ericksonchanged 'slot' to 'key' for clarity, should have no...
2005-03-07 mikerremoving expire times
2005-03-07 ericksonchecking for HASH ref explicitly
2005-03-07 mikerremoving computed regexes and commenting out unused...
2005-03-07 mikerlots of debuging to find that the zombie loop was broken
2005-03-07 ericksonfixed (hopefully) the $0 * addition
2005-03-07 mikerusing old regex method + default class
2005-03-07 ericksonadded some more sleep time
2005-03-07 mikerregistering classes during load and introspection
2005-03-07 mikerfix for JSON regexes
2005-03-07 mikerfix for JSON::object_unknown
2005-03-07 mikerfixing JSON bug with top level non-casted hashrefs
2005-03-07 mikerfixed minor bug in the class casting regex; added class...
2005-03-07 mikerusing an O(log n) [n=JSON elements] algo instead of...
2005-03-04 mikerlogging and error detection fixups
2005-03-04 ericksonadded _CACHEVAL_ to the slot names to make them a littl...
2005-03-03 ericksonremoved some comments, added some sanity checking,...
2005-03-03 ericksonnow magically does both memcache and persist caching...
2005-03-03 mikeradded .slot.find for bill
2005-03-03 ericksonadded router 'unregister' loop to DESTROY
2005-03-03 mikerget_expire method
2005-03-03 mikershould fix perist bug with expriable slot creation
2005-03-03 mikerfixed numeric opperators
2005-03-02 ericksonwe now delete the tmp net::server config file
2005-03-02 mikerallow max_requests to be infinite on the server side
2005-03-02 ericksonwe now return undef if any level of the sought config...
2005-03-02 ericksonnow do an explicit kill me on the session after the...
2005-03-01 mikerusing disconnect before kill_me during non-error destru...
2005-03-01 mikeradded extended callback support to sessions
2005-03-01 mikersettings client fixups
2005-03-01 mikerallow packages other then the explicitly named applicat...
2005-03-01 ericksonaltered the cache a little to allow for the servers...
2005-03-01 ericksonchanged some ps output.
2005-02-28 mikerdunno why that was there.... removed dead code
2005-02-28 mikerusing OO syntax
2005-02-28 mikerusing new client syntax
2005-02-28 ericksonupdate bootstrap client to use the named params
2005-02-28 ericksonadded named params to bootstrap_client to allow config...
2005-02-25 mikerintrospection bug fix for a single method lookup
2005-02-25 mikermaking return on failure sane
2005-02-24 mikerWHEEEEEEEEEE! using the router to discover remote apps now
2005-02-24 mikerfixing create/destroy bugs introduced with the API...
2005-02-24 ericksonadded sanity check for app for loop
2005-02-24 ericksonChanged some config settings to load all jabber stuff...
2005-02-24 mikeradded .slot.set_expire interface for setting/removing...
2005-02-24 mikeradded .create_expirable interface. accepts a Utils...
2005-02-24 mikermake sure there is some space between interval parts
2005-02-24 mikeradded nondestructive (queue|stack).peek.all interface...
2005-02-23 ericksonfixed logic error
2005-02-23 ericksonadded some logging.
next