summaryrefslogtreecommitdiffstats
path: root/jingle
Commit message (Expand)AuthorAgeFilesLines
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Fix crash condition if caller deletes PseudoTcpAdaptor from within a callback.wez@chromium.org2011-05-253-177/+312
* Final gyp patch to make use of the new cross-platform POSIX defines toolkit_u...tony@chromium.org2011-05-231-1/+1
* Globally replace <(library) with static_libraryevan@chromium.org2011-05-191-4/+4
* Use callback pointers as implicit "pending" indicators.wez@chromium.org2011-05-142-18/+16
* Pass net_log parameter properly for ProxyResolvingClientSocketakalin@chromium.org2011-05-1310-37/+23
* Miscelaneous cleanups to AddressList to make it harder to mis-use.eroman@chromium.org2011-05-122-3/+3
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-122-4/+4
* Roll new libjingle. Use the new incoming_only flag in chromoting host.sergeyu@chromium.org2011-05-102-8/+8
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-0510-27/+27
* Remove StreamSocketAdapter.sergeyu@chromium.org2011-04-234-504/+0
* Use PseudoTcpAdapter in Chromotingsergeyu@chromium.org2011-04-222-9/+18
* Implement PseudoTCP adapter.sergeyu@chromium.org2011-04-224-0/+755
* Added GetLocalAddress() in net::ClientSocket.sergeyu@chromium.org2011-04-197-0/+20
* [Sync] Fix race condition in P2PNotifier with sending notificationsakalin@chromium.org2011-04-1911-29/+191
* Changed the jingle network code in ChromeAsyncSocket to use the client socket...sanjeevr@chromium.org2011-04-1521-163/+799
* [Jingle] Fix deref of begin() for empty vector in unit test.akalin@chromium.org2011-04-131-2/+2
* [Jingle] Fix jingle_unittests failuresakalin@chromium.org2011-04-131-1/+5
* Implement P2P Transport Dev using P2PTransportImpl.sergeyu@chromium.org2011-04-122-6/+16
* Changed jingle to use the IO thread from the passed in URLRequestContextGette...sanjeevr@chromium.org2011-04-074-196/+214
* Rename a number of classes previously labeled "TCP" to "Transport" inmbelshe@chromium.org2011-04-074-7/+6
* Move sync notifier contruction out of syncer thread.nileshagrawal@chromium.org2011-04-074-30/+61
* P2P Transport implementation.sergeyu@chromium.org2011-04-066-18/+107
* Revert 80567 - P2P Transport implementation.TEST=Unittests.BUG=NoneReview URL...sergeyu@chromium.org2011-04-066-107/+18
* P2P Transport implementation.sergeyu@chromium.org2011-04-066-18/+107
* Add FakeSocketFactory.sergeyu@chromium.org2011-04-015-1/+400
* Don't check type of thread in socket adapters.sergeyu@chromium.org2011-04-014-14/+43
* Moved socket adapters from remoting/jingle_glue to jingle/glue.sergeyu@chromium.org2011-03-319-0/+884
* Add JingleThreadWrapper.sergeyu@chromium.org2011-03-285-15/+431
* Move some files from base to base/memory.levin@chromium.org2011-03-2818-40/+40
* [Sync] Delete ServerNotifierThread and refactor InvalidationNotifierakalin@chromium.org2011-03-243-23/+7
* [Jingle] Refactored some notifier-related structs/classesakalin@chromium.org2011-03-2223-209/+249
* Added OWNERS file for jingle.sanjeevr@chromium.org2011-03-181-0/+6
* Modified the jingle library to be able to able to update the auth token after...sanjeevr@chromium.org2011-03-179-2/+66
* [Sync] Merged MediatorThread and PushNotificationsThreadakalin@chromium.org2011-03-1632-1039/+317
* Added support for other authentication mechanisms in jingle. This will allow ...sanjeevr@chromium.org2011-03-0911-24/+69
* Force sync integration try jobs on patches that touch sync dependenciesrsimha@chromium.org2011-03-081-0/+13
* Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enablingadamk@chromium.org2011-03-042-4/+4
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-041-1/+1
* Add a new method of ClientSocketFactory for clearing the cache used for SSL s...rch@chromium.org2011-02-252-0/+5
* Revert 75262: "Use xmpp.google.com instead of talk.google.com"akalin@chromium.org2011-02-171-2/+2
* Use xmpp.google.com instead of talk.google.comakalin@chromium.org2011-02-161-2/+2
* Currently chrome sync subscribes to notifications on all datatypes regardless...lipalani@chromium.org2011-02-161-1/+4
* Even more test cleanup. Some fixes to non-test code that's regressed.erg@google.com2011-02-153-61/+103
* Cleanup everything but net/ for our first clang plugins.erg@google.com2011-02-022-0/+3
* [Sync] Relax checks for received XMPP messagesakalin@chromium.org2011-01-311-7/+7
* Part 1 of repairing regressions to my old clang check plugins so Nico canerg@google.com2011-01-273-5/+19
* Removed the JID check from PushNotificationsListenTask::IsValidNotification. ...sanjeevr@chromium.org2011-01-261-2/+3
* Fix nits. Add 'const'.wtc@google.com2011-01-042-4/+4
* move base/object_watcher into base/win and add the win namespace. Fixup callers.brettw@google.com2011-01-011-0/+1