2009-08-13 |
sboyette | Added DISTCLEANFILES to make "make distclean" work... |
commit | commitdiff | tree |
2009-08-13 |
sboyette | AC_CONFIG_MACRO_DIR added at the behest of libtoolize |
commit | commitdiff | tree |
2009-08-13 |
sboyette | Added distclean-local: target and DISTCLEANFILES to... |
commit | commitdiff | tree |
2009-08-13 |
sboyette | Build.PL built; build/test/install all selfcontained... |
commit | commitdiff | tree |
2009-08-13 |
sboyette | M::B changes |
commit | commitdiff | tree |
2009-08-13 |
sboyette | M::B changes |
commit | commitdiff | tree |
2009-08-05 |
scottmk | Extended the JSON_INIT_CLEAR macro to avoid segfaults. |
commit | commitdiff | tree |
2009-08-05 |
scottmk | Performance tweak to jsonIterator. |
commit | commitdiff | tree |
2009-07-29 |
erickson | set the 'from' address in outbound jabber messages |
commit | commitdiff | tree |
2009-07-29 |
erickson | set the 'from' address in outbound xmpp messages |
commit | commitdiff | tree |
2009-07-28 |
erickson | reduce unnecessary calls to fcntl() while reading from... |
commit | commitdiff | tree |
2009-07-23 |
erickson | check NULL-ness on hash the key before calling find_item |
commit | commitdiff | tree |
2009-07-22 |
scottmk | This is a performance tweak to the osrfHashGet function... |
commit | commitdiff | tree |
2009-07-10 |
scottmk | Add two new commands, "open" and "close", to open and... |
commit | commitdiff | tree |
2009-06-22 |
scottmk | Fix a bug whereby, if there was only one <service>... |
commit | commitdiff | tree |
2009-06-11 |
erickson | until we make the router / C processes write their... |
commit | commitdiff | tree |
2009-06-11 |
erickson | call cleanup instead of running the death callback... |
commit | commitdiff | tree |
2009-06-11 |
erickson | added session callback support with example method... |
commit | commitdiff | tree |
2009-06-10 |
erickson | added a session_data disctionary to ServerSession class... |
commit | commitdiff | tree |
2009-06-06 |
scottmk | 1. If an input line ends in a backslash, remove the... |
commit | commitdiff | tree |
2009-06-04 |
miker | teach interval_to_seconds about HH:MM:SS format time... |
commit | commitdiff | tree |
2009-06-04 |
miker | teach interval_to_seconds about negative intervals |
commit | commitdiff | tree |
2009-06-03 |
erickson | flush_socket now flushes data through the xml stream... |
commit | commitdiff | tree |
2009-06-03 |
erickson | don't try to 'kill' an empty pid / prevents warnings |
commit | commitdiff | tree |
2009-06-01 |
erickson | define OSRF_HOSTNAME globally to prevent 'unbound varia... |
commit | commitdiff | tree |
2009-05-31 |
dbs | Use autotools to set the default values in opensrf... |
commit | commitdiff | tree |
2009-05-31 |
dbs | Use autotools a bit more to our advantage: |
commit | commitdiff | tree |
2009-05-29 |
erickson | try finding osrf_config in the users PATH first to... |
commit | commitdiff | tree |
2009-05-22 |
erickson | opensrf.py can now read the opensrf.settings file for... |
commit | commitdiff | tree |
2009-05-19 |
erickson | until full settings support is added, comment that... |
commit | commitdiff | tree |
2009-05-19 |
erickson | added final bits for stateful sessions (drone keepalive) |
commit | commitdiff | tree |
2009-05-18 |
erickson | no need to wrap each method description in an object... |
commit | commitdiff | tree |
2009-04-30 |
erickson | activate the config options, need to that if you're... |
commit | commitdiff | tree |
2009-04-30 |
erickson | go ahead and log the cache keys when we log the cache... |
commit | commitdiff | tree |
2009-04-28 |
erickson | don't set stream state to disconnected on a non-stream... |
commit | commitdiff | tree |
2009-04-27 |
erickson | pass unknown string as second param to osrfLog to avoid... |
commit | commitdiff | tree |
2009-04-27 |
scottmk | Performance tweak for osrfLog* functions: don't pass... |
commit | commitdiff | tree |
2009-04-08 |
dbs | OpenSRF r1692 + OpenILS r12809 broke the Evergreen... |
commit | commitdiff | tree |
2009-04-06 |
scottmk | New JSON parser -- simpler, faster, and more robust... |
commit | commitdiff | tree |
2009-04-02 |
erickson | capture osrfServerError responses |
commit | commitdiff | tree |
2009-03-31 |
scottmk | In osrfConfigGetValue(): plugged a memory leak |
commit | commitdiff | tree |
2009-03-31 |
scottmk | 1. Create a new osrfListExtract function, which removes... |
commit | commitdiff | tree |
2009-03-31 |
scottmk | In osrf_system_shutdown(): provide a return value for... |
commit | commitdiff | tree |
2009-03-31 |
scottmk | Plug a memory leak reported by Steven Chan. |
commit | commitdiff | tree |
2009-03-25 |
erickson | hash keys have to be escaped like regular strings |
commit | commitdiff | tree |
2009-03-19 |
miker | Patch from John Craig fixing a problem with the pre... |
commit | commitdiff | tree |
2009-03-14 |
erickson | make OpenSRF 'global' so IE won't clobber it |
commit | commitdiff | tree |
2009-03-06 |
erickson | try the various xhr loading techniques |
commit | commitdiff | tree |
2009-03-06 |
erickson | IE mad. IE throw tantrum. Bill give IE a Baby Ruth |
commit | commitdiff | tree |
2009-03-06 |
erickson | in IE, localeMatch might be null |
commit | commitdiff | tree |
2009-02-28 |
erickson | don't try to close the socket if it's not there |
commit | commitdiff | tree |
2009-02-23 |
dbs | Non-Mozilla browsers want an explict dojo.declare(... |
commit | commitdiff | tree |
2009-02-17 |
erickson | gotta protect the JSONObject2Perl() when decoding array... |
commit | commitdiff | tree |
2009-02-17 |
erickson | not sure why this is an issue now (different perl/json... |
commit | commitdiff | tree |
2009-02-15 |
dbs | Remove old install target for CentOS - thanks Carl... |
commit | commitdiff | tree |
2009-02-15 |
dbs | Bug in CentOS prerequisite installer - thanks Carl... |
commit | commitdiff | tree |
2009-02-12 |
scottmk | 1. Added a missing #include |
commit | commitdiff | tree |
2009-02-05 |
dbs | let's avoid creating double-hyphened locales, too |
commit | commitdiff | tree |
2009-02-05 |
dbs | dojo.locale is the preferred method of determining... |
commit | commitdiff | tree |
2009-02-04 |
dbs | So, djfiander says "fix the code so it's not case-sensi... |
commit | commitdiff | tree |
2009-02-02 |
scottmk | eplace the OSRF_METHOD_VERIFY_CONTEXT macro with an |
commit | commitdiff | tree |
2009-02-02 |
scottmk | Replace the OSRF_METHOD_VERIFY_CONTEXT macro with an |
commit | commitdiff | tree |
2009-02-02 |
scottmk | Replace the OSRF_METHOD_VERIFY_CONTEXT macro with an |
commit | commitdiff | tree |
2009-01-29 |
scottmk | This update mainly tightens the error handling. |
commit | commitdiff | tree |
2009-01-27 |
erickson | added what amounts to -l (use localhost as fqdn) suppor... |
commit | commitdiff | tree |
2009-01-27 |
dbs | Debian and Ubuntu both want libgrcypt11-dev explicitly... |
commit | commitdiff | tree |
2009-01-25 |
erickson | make config parsing more tolerant |
commit | commitdiff | tree |
2009-01-23 |
phasefx | forgot a noun |
commit | commitdiff | tree |
2009-01-23 |
phasefx | srfsh.xml tweaks |
commit | commitdiff | tree |
2009-01-23 |
phasefx | quote-o |
commit | commitdiff | tree |
2009-01-20 |
erickson | repaired config data structure ref check for registerin... |
commit | commitdiff | tree |
2009-01-19 |
sboyette | removing perl special-casing from src/Makefile.am |
commit | commitdiff | tree |
2009-01-19 |
sboyette | adding src/perl to AC_CONFIG_FILES |
commit | commitdiff | tree |
2009-01-19 |
sboyette | initial checkin for perl Makefile.am |
commit | commitdiff | tree |
2009-01-15 |
scottmk | Add a new function osrfStringArrayTokenize. It parses... |
commit | commitdiff | tree |
2009-01-14 |
scottmk | Add a function osrfMethodVerifyContext() to do what the |
commit | commitdiff | tree |
2009-01-13 |
erickson | like the old gateway, log the full request params as... |
commit | commitdiff | tree |
2009-01-13 |
erickson | set the log xid before we read the POST data |
commit | commitdiff | tree |
2009-01-13 |
erickson | need a copy of the service when it's pulled from the... |
commit | commitdiff | tree |
2009-01-13 |
erickson | rolling back latest change because of macro variable... |
commit | commitdiff | tree |
2009-01-12 |
scottmk | Reformed the macros OSRF_METHOD_VERIFY_CONTEXT and... |
commit | commitdiff | tree |
2009-01-12 |
scottmk | 1. Replaced the innards of an osrfStringArray to include an |
commit | commitdiff | tree |
2009-01-11 |
scottmk | In the macro OSRF_LIST_GET_INDEX: placed all occurrence... |
commit | commitdiff | tree |
2009-01-09 |
scottmk | Bug fix. In some circumstances (unrecognized status... |
commit | commitdiff | tree |
2009-01-09 |
scottmk | Move the xmlSAXHandler out of the header and into the |
commit | commitdiff | tree |
2009-01-09 |
scottmk | Move the xmlSAXHandler out of the header and into the |
commit | commitdiff | tree |
2009-01-08 |
scottmk | Prepare for #inclusion in C++ |
commit | commitdiff | tree |
2009-01-08 |
scottmk | Prepare for #inclusion in C++ |
commit | commitdiff | tree |
2009-01-08 |
scottmk | Prepare for #inclusion in C++ |
commit | commitdiff | tree |
2009-01-08 |
scottmk | Prepare for #inclusion in C++ |
commit | commitdiff | tree |
2009-01-08 |
scottmk | Prepare for #inclusion in C++ |
commit | commitdiff | tree |
2009-01-08 |
scottmk | Prepare for #inclusion in C++ |
commit | commitdiff | tree |
2009-01-08 |
scottmk | Prepare for #inclusion in C++ |
commit | commitdiff | tree |
2009-01-08 |
scottmk | Prepare for #inclusion in C++ |
commit | commitdiff | tree |
2009-01-08 |
scottmk | Prepare for #inclusion in C++ |
commit | commitdiff | tree |
2009-01-08 |
scottmk | Prepare for #inclusion in C++ |
commit | commitdiff | tree |
2009-01-08 |
scottmk | Prepare for #inclusion in C++ |
commit | commitdiff | tree |
2009-01-08 |
scottmk | Prepare for #inclusion in C++ |
commit | commitdiff | tree |
2009-01-08 |
scottmk | Prepare for #inclusion in C++ |
commit | commitdiff | tree |
2009-01-08 |
scottmk | Prepare for #inclusion in C++ |
commit | commitdiff | tree |
next |