2005-02-27 |
miker | API Documentation for the Persistance Application |
commit | commitdiff | tree |
2005-02-25 |
miker | introspection bug fix for a single method lookup |
commit | commitdiff | tree |
2005-02-25 |
miker | making return on failure sane |
commit | commitdiff | tree |
2005-02-25 |
phasefx | complete is a method |
commit | commitdiff | tree |
2005-02-24 |
erickson | cleaned some stuff out of the makefile |
commit | commitdiff | tree |
2005-02-24 |
phasefx | casting |
commit | commitdiff | tree |
2005-02-24 |
erickson | returning empty array when no results |
commit | commitdiff | tree |
2005-02-24 |
erickson | added "opensrf." to front of method name |
commit | commitdiff | tree |
2005-02-24 |
miker | WHEEEEEEEEEE! using the router to discover remote apps now |
commit | commitdiff | tree |
2005-02-24 |
erickson | ugh |
commit | commitdiff | tree |
2005-02-24 |
erickson | OK. This is the first early C version of the OpenSRF... |
commit | commitdiff | tree |
2005-02-24 |
miker | fixing create/destroy bugs introduced with the API... |
commit | commitdiff | tree |
2005-02-24 |
phasefx | We're not using authentication past Jabber anymore. |
commit | commitdiff | tree |
2005-02-24 |
erickson | added sanity check for app for loop |
commit | commitdiff | tree |
2005-02-24 |
erickson | Changed some config settings to load all jabber stuff... |
commit | commitdiff | tree |
2005-02-24 |
erickson | added 'last' command to redo the last command |
commit | commitdiff | tree |
2005-02-24 |
miker | added .slot.set_expire interface for setting/removing... |
commit | commitdiff | tree |
2005-02-24 |
miker | added .create_expirable interface. accepts a Utils... |
commit | commitdiff | tree |
2005-02-24 |
miker | make sure there is some space between interval parts |
commit | commitdiff | tree |
2005-02-24 |
miker | added nondestructive (queue|stack).peek.all interface... |
commit | commitdiff | tree |
2005-02-23 |
erickson | fixed logic error |
commit | commitdiff | tree |
2005-02-23 |
erickson | added some logging. |
commit | commitdiff | tree |
2005-02-23 |
erickson | added a cache flag to the settings client |
commit | commitdiff | tree |
2005-02-23 |
erickson | added check for settings server, and removed some loggi... |
commit | commitdiff | tree |
2005-02-23 |
miker | using a single jabber connection per process, since... |
commit | commitdiff | tree |
2005-02-22 |
miker | Added "register_death_callback()" interface to run... |
commit | commitdiff | tree |
2005-02-21 |
miker | added nondestructive "peek" methods to stack, queue... |
commit | commitdiff | tree |
2005-02-21 |
erickson | added a debug_handler for verbose output |
commit | commitdiff | tree |
2005-02-18 |
miker | fixing to allow empty strings, and must be called as... |
commit | commitdiff | tree |
2005-02-18 |
miker | ARG... sqlite is pain |
commit | commitdiff | tree |
2005-02-18 |
miker | adjust RESULT objects to allow empty string |
commit | commitdiff | tree |
2005-02-18 |
erickson | removed prints |
commit | commitdiff | tree |
2005-02-18 |
erickson | added DIGEST style authentication to the clients |
commit | commitdiff | tree |
2005-02-18 |
erickson | sha.* is necessary for the component authentication... |
commit | commitdiff | tree |
2005-02-18 |
erickson | added 'component' login functionality to the lib code |
commit | commitdiff | tree |
2005-02-17 |
erickson | made him a proper subclass |
commit | commitdiff | tree |
2005-02-17 |
miker | first cut at the Persist Application |
commit | commitdiff | tree |
2005-02-17 |
miker | added "api_name" wrapper method |
commit | commitdiff | tree |
2005-02-16 |
erickson | fixed up the magic auto-introspection and made sure... |
commit | commitdiff | tree |
2005-02-16 |
miker | removeing C++ style quote support |
commit | commitdiff | tree |
2005-02-16 |
miker | added the rest of the magic remote subrequest stuff |
commit | commitdiff | tree |
2005-02-16 |
erickson | added utility method for retrieveing a list of transpor... |
commit | commitdiff | tree |
2005-02-16 |
erickson | cleaned some |
commit | commitdiff | tree |
2005-02-16 |
erickson | now we only get the router target from the bootstrap... |
commit | commitdiff | tree |
2005-02-16 |
erickson | fixed up to make the remote settings grabbing work... |
commit | commitdiff | tree |
2005-02-16 |
erickson | added command line passing of bootstrap config file |
commit | commitdiff | tree |
2005-02-16 |
erickson | added new config handling |
commit | commitdiff | tree |
2005-02-16 |
erickson | first round of the settings app |
commit | commitdiff | tree |
2005-02-16 |
erickson | Beginnings of the new config parsing and client classes |
commit | commitdiff | tree |
2005-02-16 |
erickson | new config settings |
commit | commitdiff | tree |
2005-02-16 |
erickson | using new config settings |
commit | commitdiff | tree |
2005-02-16 |
erickson | removed reference to 'param' |
commit | commitdiff | tree |
2005-02-16 |
erickson | added a sanity check |
commit | commitdiff | tree |
2005-02-16 |
erickson | new config settings |
commit | commitdiff | tree |
2005-02-16 |
erickson | moved to new config settings |
commit | commitdiff | tree |
2005-02-16 |
erickson | moved to new config settings |
commit | commitdiff | tree |
2005-02-16 |
erickson | moved to new config settings |
commit | commitdiff | tree |
2005-02-15 |
miker | need to grab the content from the result message |
commit | commitdiff | tree |
2005-02-15 |
miker | removing old references to OpenSRF::DOM::Element::userAuth |
commit | commitdiff | tree |
2005-02-15 |
miker | no longer used |
commit | commitdiff | tree |
2005-02-15 |
miker | accidentally reverted some fixes... puting them back |
commit | commitdiff | tree |
2005-02-15 |
miker | No longer used |
commit | commitdiff | tree |
2005-02-15 |
miker | more logical shortcircuit for disableing remote method... |
commit | commitdiff | tree |
2005-02-15 |
erickson | some syntax stuff |
commit | commitdiff | tree |
2005-02-15 |
erickson | changed unixserver app retrieval |
commit | commitdiff | tree |
2005-02-15 |
miker | removed stale comments regarding config |
commit | commitdiff | tree |
2005-02-15 |
miker | adding the transparent subrequest logic, it will be... |
commit | commitdiff | tree |
2005-02-15 |
miker | initial stab at a roadmap for OpenSRF |
commit | commitdiff | tree |
2005-02-14 |
miker | adding session-wide api_level setting |
commit | commitdiff | tree |
2005-02-14 |
miker | added server_class to the method struct, this will... |
commit | commitdiff | tree |
2005-02-14 |
miker | add api_level to introspection responses |
commit | commitdiff | tree |
2005-02-14 |
miker | started introspection API; added thunking flag; added... |
commit | commitdiff | tree |
2005-02-11 |
erickson | added a function to format a timestamp in human readabl... |
commit | commitdiff | tree |
2005-02-11 |
phasefx | A XUL version of the math app example. Some assembly... |
commit | commitdiff | tree |
2005-02-11 |
phasefx | Need to set a global myPackageDir before loading the... |
commit | commitdiff | tree |
2005-02-11 |
erickson | added brokenSession |
commit | commitdiff | tree |
2005-02-10 |
phasefx | oops, perl syntax |
commit | commitdiff | tree |
2005-02-10 |
erickson | v1, currently only answers to 'exit', 'quit', 'help... |
commit | commitdiff | tree |
2005-02-09 |
miker | howto on Application development |
commit | commitdiff | tree |
2005-02-09 |
erickson | fixing subrequest support |
commit | commitdiff | tree |
2005-02-09 |
miker | adding subrequest example to Math.pm |
commit | commitdiff | tree |
2005-02-09 |
miker | adding subrequest support |
commit | commitdiff | tree |
2005-02-09 |
erickson | re-enabled process automation |
commit | commitdiff | tree |
2005-02-09 |
erickson | updated, removed the userAuth stuff |
commit | commitdiff | tree |
2005-02-09 |
erickson | added la_time as timestamp and serve_count |
commit | commitdiff | tree |
2005-02-09 |
erickson | headers for libjson |
commit | commitdiff | tree |
2005-02-09 |
erickson | LGPL'd json C library. Slightly modified to build... |
commit | commitdiff | tree |
2005-02-09 |
erickson | removed the "libxml.h" dependency which is unnecessary... |
commit | commitdiff | tree |
2005-02-09 |
erickson | added a router_command type of "query". The only suppo... |
commit | commitdiff | tree |
2005-02-08 |
erickson | added exception passing from dbmath through math back... |
commit | commitdiff | tree |
2005-02-08 |
erickson | added better error handling |
commit | commitdiff | tree |
2005-02-08 |
erickson | some sanity checking, syntax error fixups |
commit | commitdiff | tree |
2005-02-08 |
erickson | changed ILS to SRF |
commit | commitdiff | tree |
2005-02-07 |
miker | updating method lookup and registration in the demo |
commit | commitdiff | tree |
2005-02-07 |
miker | updating with a new method registration and lookup... |
commit | commitdiff | tree |
2005-02-07 |
erickson | added an 'all' |
commit | commitdiff | tree |
2005-02-07 |
erickson | changed some config file stuff so it's not router specific |
commit | commitdiff | tree |
2005-02-07 |
erickson | fixed some dum NULL strdup problems |
commit | commitdiff | tree |
2005-02-07 |
erickson | changed some logging |
commit | commitdiff | tree |
2005-02-07 |
erickson | making to work in new environment, added 'system_client... |
commit | commitdiff | tree |
next |