2009-11-03 |
scottmk | 1. Changed several functions that were returning int...
|
commit | commitdiff | tree |
2009-11-03 |
scottmk | In the main loop of the router: if the select call...
|
commit | commitdiff | tree |
2009-11-02 |
scottmk | 1. Move the declaration of osrfRouter out of the header
|
commit | commitdiff | tree |
2009-11-02 |
scottmk | New function: client_sock_fd(). It returns the socket...
|
commit | commitdiff | tree |
2009-11-02 |
scottmk | Changed the signal handling.
|
commit | commitdiff | tree |
2009-10-31 |
scottmk | Fixed a bug in osrfRouterClassFree(). We were trying...
|
commit | commitdiff | tree |
2009-10-31 |
scottmk | Tinkering with white space and comments. No
|
commit | commitdiff | tree |
2009-10-30 |
scottmk | 1. Tidy up the white space.
|
commit | commitdiff | tree |
2009-10-29 |
scottmk | Add doxygen-style comments to document the
|
commit | commitdiff | tree |
2009-10-29 |
scottmk | 1. Tidy up the white space.
|
commit | commitdiff | tree |
2009-10-28 |
scottmk | 1. In endElementHandler(), responding to an error:...
|
commit | commitdiff | tree |
2009-10-28 |
scottmk | 1. Added comments to document the process of connecting...
|
commit | commitdiff | tree |
2009-10-25 |
scottmk | 1. Moved several macros from the header to the implementatio...
|
commit | commitdiff | tree |
2009-10-25 |
scottmk | Merged _socket_route_data() into its only caller, after...
|
commit | commitdiff | tree |
2009-10-24 |
scottmk | Implemented session_connected(), which had been declared...
|
commit | commitdiff | tree |
2009-10-22 |
scottmk | Various cleanups in transport_session.c:
|
commit | commitdiff | tree |
2009-10-18 |
scottmk | Eliminated _socket_route_data_id() as a separate function...
|
commit | commitdiff | tree |
2009-10-17 |
scottmk | 1. In socket_connected(): if the select() fails because...
|
commit | commitdiff | tree |
2009-10-13 |
scottmk | 1. In socket_open_tcp_client(): use getaddrinfo() instead...
|
commit | commitdiff | tree |
2009-10-13 |
scottmk | 1. Moved the declaration of socket_node from the header...
|
commit | commitdiff | tree |
2009-10-12 |
scottmk | 1. Replace the old JSON parser (jsonParseString())...
|
commit | commitdiff | tree |
2009-10-11 |
scottmk | Add doxygen-style comments to document macros, and...
|
commit | commitdiff | tree |
2009-10-11 |
scottmk | Add doxygen-style comments to document all functions...
|
commit | commitdiff | tree |
2009-10-10 |
scottmk | 1. osrfLogGetXid now returns a pointer to const. We...
|
commit | commitdiff | tree |
2009-10-10 |
scottmk | Performance tweak to the logging routines.
|
commit | commitdiff | tree |
2009-10-08 |
scottmk | Fix a bug in md5sum() (which only affected code compiled
|
commit | commitdiff | tree |
2009-10-05 |
scottmk | Small performance tweak.
|
commit | commitdiff | tree |
2009-10-05 |
scottmk | Performance tweak to message handling.
|
commit | commitdiff | tree |
2009-10-05 |
scottmk | Created a new function osrfHashExtract(). It extracts...
|
commit | commitdiff | tree |
2009-10-05 |
scottmk | Tweak jsonObjectDecodeClass so that it preserves classnames
|
commit | commitdiff | tree |
2009-10-04 |
scottmk | Enhance the performance of the recursive descent JSON...
|
commit | commitdiff | tree |
2009-10-02 |
scottmk | Change the return type of jsonObjectGetString so that it
|
commit | commitdiff | tree |
2009-10-02 |
scottmk | 1. Add doxygen-style comments to document functions...
|
commit | commitdiff | tree |
2009-09-29 |
scottmk | We routinely grab a chunk of configuration file that...
|
commit | commitdiff | tree |
2009-09-29 |
scottmk | Comment out an error message added in the previous...
|
commit | commitdiff | tree |
2009-09-28 |
scottmk | 1. Eliminated some memory leaks by replacing calls to
|
commit | commitdiff | tree |
2009-09-28 |
scottmk | 1. Changed osrfLogFacilityToInt() so that it accepts
|
commit | commitdiff | tree |
2009-09-25 |
scottmk | 1. Add doxygen markup for documentation.
|
commit | commitdiff | tree |
2009-09-13 |
scottmk | Changed the signature of osrfStringArrayGetString():
|
commit | commitdiff | tree |
2009-09-13 |
scottmk | In osrf_json_gateway.c: added the const qualifier to...
|
commit | commitdiff | tree |
2009-09-12 |
scottmk | In apacheGetParamValues() and apacheGetFirstParamValue():
|
commit | commitdiff | tree |
2009-09-12 |
scottmk | In osrfAppSessionClientInit(): added a const
|
commit | commitdiff | tree |
2009-09-12 |
scottmk | In osrfSystemBootstrap(): added a const qualifier
|
commit | commitdiff | tree |
2009-09-12 |
scottmk | In osrfBigHashFree: added a const qualifier to key,
|
commit | commitdiff | tree |
2009-09-12 |
scottmk | In osrfStringArrayRemove(): fixed a bug whereby we...
|
commit | commitdiff | tree |
2009-09-11 |
scottmk | In osrfNewHash(): specify a size for the osrfList used...
|
commit | commitdiff | tree |
2009-09-08 |
scottmk | 1. Moved the declaration of the osrf_host_config struct...
|
commit | commitdiff | tree |
2009-09-08 |
scottmk | Tweaking comments for doxygen:
|
commit | commitdiff | tree |
2009-09-04 |
scottmk | Enhanced the error messages from osrf_settings_host_value...
|
commit | commitdiff | tree |
2009-09-03 |
scottmk | 1. In osrfListSetDefault(): install the standard function
|
commit | commitdiff | tree |
2009-09-03 |
scottmk | 1. A minor streamlining of va_list_to_string(), to...
|
commit | commitdiff | tree |
2009-08-31 |
scottmk | 1. Add comments to be recognized by doxygen or other...
|
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-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-06 |
scottmk | 1. If an input line ends in a backslash, remove the...
|
commit | commitdiff | tree |
2009-04-27 |
scottmk | Performance tweak for osrfLog* functions: don't pass...
|
commit | commitdiff | tree |
2009-04-06 |
scottmk | New JSON parser -- simpler, faster, and more robust...
|
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-02-12 |
scottmk | 1. Added a missing #include
|
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-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-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 occurrences...
|
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 |
2009-01-08 |
scottmk | Rename macro for compilation guard, to avoid conflict...
|
commit | commitdiff | tree |
2009-01-08 |
scottmk | Move nested headers into complation guard;
|
commit | commitdiff | tree |
2009-01-08 |
scottmk | Move nested headers into complation guard;
|
commit | commitdiff | tree |
2009-01-08 |
scottmk | Move nested headers into complation guard;
|
commit | commitdiff | tree |
2009-01-08 |
scottmk | Move nested headers into complation guard;
|
commit | commitdiff | tree |
2009-01-08 |
scottmk | Move nested headers into complation guard;
|
commit | commitdiff | tree |
2009-01-08 |
scottmk | Move nested headers into complation guard;
|
commit | commitdiff | tree |
2009-01-08 |
scottmk | Move nested headers into complation guard;
|
commit | commitdiff | tree |
2009-01-08 |
scottmk | Rename macro for compilation guard; prepare for #inclusion...
|
commit | commitdiff | tree |
next |