source: lib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Date Author Log Message
(edit) @eab8e52   2013-01-01T15:31:22Z Miklos Vajna json: fix uninitialized variables json.c: In function …
(edit) @c1d9c95   2012-12-24T22:02:41Z wilmer Whoops, remove those debugging printfs as I intended to do before merging.
(edit) @9b67285   2012-12-24T19:17:37Z wilmer SSL session caching. You'd think that this makes Twitter stuff faster, …
(edit) @def3650   2012-12-24T13:28:02Z wilmer In the OpenSSL module, keep only one global SSL context instead of …
(edit) @3f661849   2012-12-24T12:51:26Z wilmer SNI client support in GnuTLS+OpenSSL modules.
(edit) @cc6fdf8   2012-12-22T00:14:26Z wilmer Merging JSON branch. It's very stable by now, and I want more testers.
(edit) @3bda2c2   2012-12-02T17:39:22Z wilmer Fixed minor memory leak.
(edit) @b0ee720   2012-12-02T16:32:59Z wilmer Error handling fix in xmltree. Fixes a problem where if the start of …
(edit) @e8161ec   2012-12-01T12:13:44Z wilmer Importing json.c UTF-8 encoding fix from upstream. Not importing the …
(edit) @85cd12d   2012-11-27T23:20:34Z wilmer Fixing integer size issue in JSON parser: Although I've changed the …
(edit) @b235228   2012-11-25T22:28:38Z wilmer Have root confirm some commands that so far gave no feedback at all, …
(edit) @898c08e   2012-11-25T11:47:23Z wilmer Clean up streaming HTTP event handler, which should fix crash-bugs …
(edit) @5f2f728   2012-11-24T19:20:57Z wilmer Increasing http_client buffersize to 4KB. You'd think that with things …
(edit) @b006464   2012-11-17T23:51:21Z wilmer Merge mainline.
(edit) @e1d3f98   2012-11-12T14:45:38Z wilmer Remove ssl_bogus.c, it really shouldn't be used anymore since it …
(edit) @67ebc8e   2012-11-12T00:03:33Z wilmer Fixed valgrind warnings in JSON_O_FOREACH.
(edit) @dd672e2   2012-11-11T21:52:26Z wilmer Detect and handle streaming connection loss.
(edit) @2fb1262   2012-11-11T18:22:39Z wilmer Tiny cleanup. Fixing some memory leaks (why did I not notice so far …
(edit) @1388d30   2012-11-11T17:57:20Z wilmer Mostly finished HTTP streaming support: Shrink the buffer and add a …
(edit) @ddc2de5   2012-11-10T23:52:21Z wilmer Very immature code for reading from the streaming API. It reads from a …
(edit) @8bd866f   2012-11-10T22:25:58Z wilmer Reworked http_client a little bit to support streaming besides just …
(edit) @398b2533   2012-11-09T23:50:09Z wilmer Fix compiler warning (missed glib include in json_util).
(edit) @5d749ad   2012-11-09T23:48:22Z wilmer One difference in json.h: use "long long" instead of "long" for …
(edit) @5246133   2012-11-09T00:23:44Z wilmer Updated error response parsing. Also, use this for 401 responses so …
(edit) @8e3b7ac   2012-11-08T22:38:20Z wilmer It logs in and fetches statuses! \o/ But, some corruption..
(edit) @c08d201   2012-11-04T23:39:01Z wilmer Add json_util.c with helper functions. Keeping them in a separate file …
(edit) @8f976e6   2012-10-30T23:41:43Z wilmer SSL fixes from Michal Suchanek.
(edit) @ba654ec   2012-10-28T23:36:55Z wilmer Use the new JSON code for OAuth2 processing. Starting to see the use …
(edit) @696dc9e   2012-10-28T23:05:02Z wilmer Add json.[ch], update debian/copyright with license info.
(edit) @6f55bec   2012-09-23T23:25:32Z wilmer xt_from_string() will return NULL if the string wasn't terminated …
(edit) @11ec078   2012-09-22T12:44:47Z wilmer Since I can't figure out where the stalls are coming from at this …
(edit) @d0752e8   2012-09-22T12:12:12Z wilmer Little cleanup. Use xt_from_string() where possible.
(edit) @55ccc9a0   2012-09-22T11:52:01Z wilmer Solve a whole bunch of Twitter module crashes: Twitter responses seem …
(edit) @7281ad1   2012-09-15T15:59:17Z wilmer Allow building position-independent executables. #981, patch from …
(edit) @68709f5   2012-08-19T15:33:55Z wilmer NSS module fixes from mcepl in #714. This removes des.c since it's no …
(edit) @7a2a486   2012-06-03T23:08:43Z wilmer Shut up a flood of GLib-related compiler warnings.
(edit) @632f3d4   2012-04-10T09:14:58Z wilmer Work-around for what turned out to be a GnuTLS bug (#938). From 3.0.13 …
(edit) @7fa5c19   2012-02-11T12:55:45Z wilmer Rename SRCDIR directory to _SRCDIR_. I guess #907 was caused by SRCDIR …
(edit) @e0a0a42   2012-02-10T13:37:08Z wilmer Added sha1_random_uuid function, which I will use later to generate …
(edit) @7615726   2012-01-04T00:01:51Z wilmer Fixing one compiler warning that shouldn't indicate any real problem …
(edit) @59c03bd   2012-01-03T23:53:28Z wilmer A few more SSL fixes merged from AopicieR. This also fixes OpenSSL …
(edit) @59cd92b   2011-12-29T20:30:43Z wilmer Keep only one xcred object globally instead of one per connection. …
(edit) @644b808   2011-12-26T10:50:34Z wilmer A few more minor cleanups before merging this into mainline.
(edit) @9a1c14d   2011-12-24T18:12:15Z wilmer An empty password is still a password, don't refuse accounts for that.
(edit) @164352e   2011-12-24T18:02:39Z wilmer Merging mainline.
(edit) @5513f3e   2011-12-24T14:52:35Z wilmer Fix compatibility with old GnuTLS versions, but with a warning. See …
(edit) @200e151   2011-12-23T22:40:17Z wilmer tls_verify correction: Don't fail cert verification in non-GnuTLS …
(edit) @792a93b   2011-12-23T12:44:08Z wilmer Merging SSL certificate verification for GnuTLS, with help from AopicieR.
(edit) @e306fbf   2011-12-21T19:35:13Z wilmer Fixed a bug that probably (can't test this now since it's down) broke …
(edit) @31db8165   2011-12-21T19:03:56Z wilmer Use sha1_hmac() instead of reimplementing the algorithm in oauth_sign().
(edit) @f9789d4   2011-12-20T16:42:17Z wilmer NULL-checking in rfc822_get_header() and OAuth response handling.
(edit) @9ff0c25   2011-12-19T20:46:01Z wilmer Catch condition=G_IO_NVAL from glib's event handler, which should …
(edit) @a72dc2b   2011-12-19T17:57:20Z wilmer Add verify argument to ssl_connect() so HTTPS-based stuff is also …
(edit) @78b8401   2011-12-19T17:22:37Z wilmer Move conversion of status codes to status messages into SSL libs.
(edit) @486ddb5   2011-12-19T14:50:58Z wilmer Initial merge of tls_verify patch from AopicieR.
(edit) @36533bf   2011-12-19T12:54:49Z wilmer When updating the XMPP password field with OAuth data, try harder to …
(edit) @4be0e34   2011-12-19T00:41:40Z wilmer Give a list of SASL mechanisms supported by a server when reporting we …
(edit) @bf57cd1   2011-12-19T00:17:38Z wilmer Facebook OAuth2 should now be fully usable.
(edit) @9b0ad7e   2011-12-19T00:00:31Z wilmer Moving msn_findheader() to lib/misc.c as get_rfc822_header() so I can …
(edit) @18c6d36   2011-12-18T19:25:44Z wilmer More generic OAuth support now. Should work well for all GTalk …
(edit) @6e9ae72   2011-12-17T13:50:01Z wilmer Mainline merge.
(edit) @3f808ca   2011-12-11T16:38:02Z wilmer Support HTTP/1.1 redirect status codes and use HTTPS for OAuth setup. …
(edit) @ca974d7   2011-12-04T19:14:29Z wilmer Debug output tweaks: Try to send everything to stderr, and add ifdef …
(edit) @bd31661   2011-12-02T10:32:54Z wilmer Somewhat improve debug logging of HTTP/SOAP stuff.
(edit) @80acb6d   2011-11-14T10:43:03Z wilmer GnuTLS now also needs ssl_pending() implemented. Bug #860.
(edit) @03a8f8e   2011-11-13T01:41:42Z wilmer Cleanup of http_client fix. Use g_strdup_printf and completely avoid …
(edit) @dff732d   2011-11-12T15:49:52Z wilmer Undoing old workaround for MSN troubles and added more proper fix. The …
(edit) @e6b41b1   2011-10-21T03:59:14Z wilmer Strip illegal characters in generated XML streams so Jabber servers …
(edit) @7732193   2011-08-04T18:52:53Z wilmer Had to change the OAuth secret for GTalk.
(edit) @f138bd2   2011-07-31T20:27:30Z wilmer OAuth code cleanup.
(edit) @e1c926f   2011-07-31T15:44:37Z wilmer Facebook authentication. This isn't really OAuth in the end: FB …
(edit) @39a939c   2011-07-31T14:55:00Z wilmer oauth2 changes to address …
(edit) @aa9f1ac   2011-07-31T14:51:07Z wilmer Export oauth_params_parse().
(edit) @1174899   2011-07-31T14:40:41Z wilmer Having written the same stupid code (ASCII MD5 hashes) 205762 times, …
(edit) @4a5d885   2011-07-26T11:58:38Z wilmer Working OAuth2 support. Needs some more debugging (error handling is …
(edit) @57b4525   2011-07-22T18:29:25Z wilmer Nothing useful yet, this just generates an auth URL. Things to do: …
(edit) @a010498   2011-07-12T08:04:12Z wilmer Fixed dumb file descriptor leak.
(edit) @f5da476   2011-07-02T16:34:42Z wilmer Fixed use of g_iconv() in do_iconv(). This was done wrong for ages and …
(edit) @2423c93   2011-04-18T14:14:28Z wilmer Send Connection: close headers so webservers won't try keepalive …
(edit) @d43d55a   2011-04-18T13:47:36Z wilmer Fix GnuTLS >2.12 or so compatibility. Bug #779 and …
(edit) @ce617f0   2011-03-27T14:09:55Z wilmer Tweaks to allow authenticating to identi.ca with OAuth. Doesn't seem …
(edit) @420d80d1   2011-03-08T06:50:57Z wilmer Removed duplicate ssl_pending from ssl_bogus.
(edit) @93cc86f   2011-03-08T06:24:34Z wilmer Twitter: Warn the user if the OAuth username and the configured …
(edit) @31c28a4   2010-12-19T11:16:20Z wilmer Implement ssl_pending() for NSS. This fixes bug #368 which so far only …
(edit) @ef043d3   2010-11-20T15:13:40Z wilmer Fix up NSS SSL module.
(edit) @389ce9f   2010-10-24T22:20:40Z wilmer Another compatibility fix: AI_ADDRCONFIG doesn't exist on some systems.
(edit) @83e47ec   2010-10-17T06:44:35Z wilmer Use gcrypt for 3DES encryption (used for new MSN authentication) so we …
(edit) @6197702   2010-10-09T18:41:19Z wilmer Merging OTR branch. It's more or less a plugin if you enable it, and …
(edit) @afb9ea9   2010-10-07T06:25:35Z wilmer Silencing some (mostly whiny) compiler warnings.
(edit) @25b5a4a   2010-10-03T03:03:19Z wilmer Make sure events_*.c are fully compatible to callers so plugins built …
(edit) @8e9e2b7   2010-10-03T02:45:26Z wilmer Merging mainline, which includes a huge msnp13 merge. Not 100% sure …
(edit) @f5c0d8e   2010-08-31T20:06:14Z wilmer Merge mainline stuff.
(edit) @feb1bad   2010-08-28T12:24:37Z wilmer Pull in Makefile dependencies fix from mainline.
(edit) @b0a89cc   2010-08-27T08:48:18Z wilmer Use nifty gcc -MD feature to automatically track .h dependencies of …
(edit) @be999a5   2010-08-23T23:12:24Z wilmer First step in this merge. Mostly a bzr merge and then a cleanup of …
(edit) @4022b68   2010-08-21T22:42:01Z wilmer Merge mainline.
(edit) @327af51   2010-08-21T17:27:32Z wilmer Some general cleanup, plus fixing a bug in the memberlist parsing …
(edit) @a366cca   2010-08-20T23:04:12Z wilmer Now including a nice and compact 3DES implementation done by …
(edit) @f2520b5   2010-08-20T08:22:28Z wilmer In debugging mode, dump all SOAP requests + responses with some …
(edit) @762d96f   2010-08-15T22:07:57Z wilmer If a connection fails, try the next address from the getaddrinfo() …
Note: See TracRevisionLog for help on using the revision log.