2008-03-19 |
erickson | added some debug logging
|
commit | commitdiff | tree |
2008-03-19 |
erickson | added session/request locale support
|
commit | commitdiff | tree |
2008-03-19 |
erickson | updated to match new opensrf_core.xml domain layout
|
commit | commitdiff | tree |
2008-03-18 |
erickson | for easier debugging, logging method and params on...
|
commit | commitdiff | tree |
2008-03-12 |
erickson | updated srfsh math_bench return value since json no...
|
commit | commitdiff | tree |
2008-03-11 |
erickson | forcing router exit without friendly cleanup for now...
|
commit | commitdiff | tree |
2008-03-11 |
erickson | as it turns out, this was actually a problem with the...
|
commit | commitdiff | tree |
2008-03-11 |
erickson | rolling back change in changeset 1277 for default osrf_clear...
|
commit | commitdiff | tree |
2008-03-10 |
erickson | adding service name to the "stopping process.." log...
|
commit | commitdiff | tree |
2008-03-09 |
erickson | added special case to avoid wrapping boolean objects
|
commit | commitdiff | tree |
2008-03-07 |
erickson | made the pid file reading smarter. removed the nasty...
|
commit | commitdiff | tree |
2008-03-07 |
erickson | added a basic signal handler for the top-level C process...
|
commit | commitdiff | tree |
2008-03-06 |
erickson | added support for blocking connect and request calls
|
commit | commitdiff | tree |
2008-03-06 |
erickson | added connect-only handling
|
commit | commitdiff | tree |
2008-03-06 |
erickson | added connect/disconnect support, with onconnect callback
|
commit | commitdiff | tree |
2008-03-06 |
erickson | added support for ses.request(method, param1, param2...
|
commit | commitdiff | tree |
2008-03-06 |
erickson | added support for hash-encoded json objects
|
commit | commitdiff | tree |
2008-03-06 |
erickson | Updated OpenSRF Javascript client library. Currently...
|
commit | commitdiff | tree |
2008-03-05 |
erickson | updated to match new config layout
|
commit | commitdiff | tree |
2008-03-05 |
erickson | Added support for multi-router registration
|
commit | commitdiff | tree |
2008-03-05 |
erickson | added a ":" to the getopt "c" option so it would take...
|
commit | commitdiff | tree |
2008-02-14 |
erickson | updated to fit new opensrf updates
|
commit | commitdiff | tree |
2008-02-11 |
erickson | makeing osrfSystemCacheInit() a "public" function....
|
commit | commitdiff | tree |
2008-02-07 |
erickson | gracefully handle a null server resposne
|
commit | commitdiff | tree |
2008-01-30 |
erickson | try/except/finally combinations are only supported...
|
commit | commitdiff | tree |
2008-01-30 |
erickson | updating legacy JSON parser to store numbers as strings
|
commit | commitdiff | tree |
2008-01-29 |
erickson | appending neglected boolean object to growing JSON...
|
commit | commitdiff | tree |
2008-01-29 |
erickson | python opensrf pre-forking server implementation. ...
|
commit | commitdiff | tree |
2008-01-22 |
erickson | created a shallow clone method
|
commit | commitdiff | tree |
2008-01-20 |
erickson | added the ability to wait forever by passing <0 to...
|
commit | commitdiff | tree |
2008-01-16 |
erickson | added the ability to use cjson for json encoding/decoding...
|
commit | commitdiff | tree |
2008-01-15 |
erickson | I started adding some basic bootstrap options looking...
|
commit | commitdiff | tree |
2008-01-15 |
erickson | removing old, unused code
|
commit | commitdiff | tree |
2008-01-07 |
erickson | repaired expire time logic to force use of the configured...
|
commit | commitdiff | tree |
2008-01-06 |
erickson | using new C-based JSON parser: JSON::XS - this new...
|
commit | commitdiff | tree |
2008-01-06 |
erickson | providing option to connect to memcache at general...
|
commit | commitdiff | tree |
2008-01-06 |
erickson | made exceptions a litte more generic, passing msg to...
|
commit | commitdiff | tree |
2008-01-03 |
erickson | removed assumption that settings values would be numbers...
|
commit | commitdiff | tree |
2008-01-02 |
erickson | changed str to msg to prevent clobbering. changed...
|
commit | commitdiff | tree |
2007-12-27 |
erickson | added a static method to see if there is already a...
|
commit | commitdiff | tree |
2007-12-27 |
erickson | repaired stderr call
|
commit | commitdiff | tree |
2007-12-27 |
erickson | forcing int-ness on timeout value
|
commit | commitdiff | tree |
2007-12-26 |
erickson | changed osrf python version from 1.2. to 1.0 to match...
|
commit | commitdiff | tree |
2007-12-21 |
erickson | added a flag to encode/decode flattened data as json
|
commit | commitdiff | tree |
2007-12-20 |
erickson | added a multisession class for agregating requets into...
|
commit | commitdiff | tree |
2007-12-20 |
erickson | added an xml flattener similar to the java xml flattener
|
commit | commitdiff | tree |
2007-12-16 |
erickson | added internal log level. added some crucial log lines...
|
commit | commitdiff | tree |
2007-12-16 |
erickson | added iscomplete method
|
commit | commitdiff | tree |
2007-12-16 |
erickson | parsing logfile settings and initing logger
|
commit | commitdiff | tree |
2007-12-16 |
erickson | adding a basic mutlisession manager
|
commit | commitdiff | tree |
2007-12-16 |
erickson | created a simplified XSL processing class with test
|
commit | commitdiff | tree |
2007-12-14 |
erickson | adding a generic xml flattening utility with test
|
commit | commitdiff | tree |
2007-12-07 |
erickson | created external script for downloading java dependencies...
|
commit | commitdiff | tree |
2007-12-05 |
erickson | Added support for "migratable" opensrf services.
|
commit | commitdiff | tree |
2007-12-05 |
erickson | returning if config is not defined since next line...
|
commit | commitdiff | tree |
2007-11-30 |
erickson | removed unnecessary log line
|
commit | commitdiff | tree |
2007-11-30 |
erickson | parsing requests so the translator can return OK and...
|
commit | commitdiff | tree |
2007-11-29 |
erickson | added cache delete. updated some logging
|
commit | commitdiff | tree |
2007-11-29 |
erickson | added the proof-of-concept http multipart translation...
|
commit | commitdiff | tree |
2007-11-27 |
erickson | added a default timeout cache setting
|
commit | commitdiff | tree |
2007-11-27 |
erickson | adding a caching api. requires memcache: ftp://ftp...
|
commit | commitdiff | tree |
2007-11-26 |
erickson | added error message. re-tabbed to 4 spaces
|
commit | commitdiff | tree |
2007-11-26 |
erickson | removed debug statement
|
commit | commitdiff | tree |
2007-11-26 |
erickson | in addition to pushing the received message to the...
|
commit | commitdiff | tree |
2007-11-26 |
erickson | removing out-of-date jabber2d patches
|
commit | commitdiff | tree |
2007-11-26 |
erickson | added ability to parse attributes and elements containing...
|
commit | commitdiff | tree |
2007-11-21 |
erickson | replaced str() calls with unicode()
|
commit | commitdiff | tree |
2007-11-21 |
erickson | repaired variable name
|
commit | commitdiff | tree |
2007-11-20 |
erickson | Cleaned up exception messages so they will not be bloated...
|
commit | commitdiff | tree |
2007-11-15 |
erickson | removed hard-coded reference to python 2.4
|
commit | commitdiff | tree |
2007-11-12 |
erickson | added ability to log to a file
|
commit | commitdiff | tree |
2007-11-11 |
erickson | changed imports to be fully qualified
|
commit | commitdiff | tree |
2007-10-29 |
erickson | fixed infinite loop bug by hopping out of the loop...
|
commit | commitdiff | tree |
2007-10-23 |
erickson | added new constructor to build from class hints
|
commit | commitdiff | tree |
2007-10-18 |
erickson | returning explicit true/false on data received
|
commit | commitdiff | tree |
2007-10-05 |
erickson | provide a warning-level default logger if none is defined
|
commit | commitdiff | tree |
2007-09-26 |
erickson | added some more rigorous checking of session connected...
|
commit | commitdiff | tree |
2007-09-24 |
erickson | repaired logic bug which left the parser state in the...
|
commit | commitdiff | tree |
2007-09-21 |
erickson | added cache cleanup code
|
commit | commitdiff | tree |
2007-08-30 |
erickson | added an atomic method for simple, one-off calls
|
commit | commitdiff | tree |
2007-08-19 |
erickson | adding thread name to the log output
|
commit | commitdiff | tree |
2007-08-19 |
erickson | safer extraction of data from the in-memory object
|
commit | commitdiff | tree |
2007-08-19 |
erickson | fixed import statement
|
commit | commitdiff | tree |
2007-08-19 |
erickson | not creating new handle if the current thread already...
|
commit | commitdiff | tree |
2007-08-19 |
erickson | added support for multi-threaded client interactions...
|
commit | commitdiff | tree |
2007-08-17 |
erickson | updated to work with opensrf.jar with doing 'make run'
|
commit | commitdiff | tree |
2007-08-17 |
erickson | added multi-threaded client support to the opensrf...
|
commit | commitdiff | tree |
2007-08-17 |
erickson | minor layout change. calling notifyAll to ensure all...
|
commit | commitdiff | tree |
2007-08-14 |
erickson | for now, we reference the wstx stax implementation...
|
commit | commitdiff | tree |
2007-08-03 |
erickson | adding new JSON parsing JS code, for wrapped class...
|
commit | commitdiff | tree |
2007-08-03 |
erickson | adding basic logging api with a filelogger version...
|
commit | commitdiff | tree |
2007-07-28 |
erickson | synchronizing the initial xmpp login to prevent thread...
|
commit | commitdiff | tree |
2007-07-28 |
erickson | added shutdown call to cleanly disconnect from the...
|
commit | commitdiff | tree |
2007-07-28 |
erickson | re-factored and cleaned up the registered class base...
|
commit | commitdiff | tree |
2007-07-26 |
erickson | making sure error logs are logged to stderr even if...
|
commit | commitdiff | tree |
2007-07-26 |
erickson | added a try/catch around the XML parsing and an error log
|
commit | commitdiff | tree |
2007-07-26 |
erickson | python only evaluates default function param values...
|
commit | commitdiff | tree |
2007-07-22 |
erickson | added JSON gateway support
|
commit | commitdiff | tree |
2007-07-21 |
erickson | added a bunch of comments to the test client to help...
|
commit | commitdiff | tree |
2007-07-21 |
erickson | ressurrected the srfsh time command
|
commit | commitdiff | tree |
next |