summaryrefslogtreecommitdiffstats
path: root/third_party/libjingle/files/talk/base
Commit message (Expand)AuthorAgeFilesLines
* Minor C++ fixes found by Clang.evan@chromium.org2010-03-301-9/+9
* Removed win32socketserver and its use in mediator_thread_impl.cc.akalin@chromium.org2010-03-232-893/+0
* Removed auth_task.* and talk_auth_task.* (dead code)akalin@chromium.org2010-03-171-0/+137
* Revert 41790 - Removed auth_task.* and talk_auth_task.* (dead code) because W...hbono@google.com2010-03-171-137/+0
* Removed auth_task.* and talk_auth_task.* (dead code)akalin@chromium.org2010-03-171-0/+137
* linux: build with -Wextraevan@chromium.org2010-02-051-1/+1
* Fixed bugs in libjingle's handling of connection errors.akalin@chromium.org2010-01-211-1/+7
* Use NDEBUG instead of _DEBUG for libjingle. This makes it so that debug code...akalin@chromium.org2010-01-138-30/+30
* Use the right SSL adapter on Linux/OS X. This is a partial fix for the crash...akalin@chromium.org2010-01-074-5/+23
* Removed reference to Windows-only debug variable. This makes it soakalin@chromium.org2009-12-302-4/+4
* Update Signal Thread to use ref counting and locks to ensure thread safety.zork@chromium.org2009-11-248-46/+110
* Fix a race condition in signal thread destructor.zork@google.com2009-11-172-2/+14
* Fix mediator_thread_impl.cc to run timer tasks when the task runner iszork@google.com2009-11-121-0/+5
* libjingle: add missing include in asynctcpsocket.cccraig.schlenter@chromium.org2009-11-021-0/+2
* Add some missing includes to libjingle.craig.schlenter@chromium.org2009-10-292-0/+2
* linux: fix gcc 4.3 issues (for arm)piman@chromium.org2009-10-279-0/+11
* Remove +x bit from files that shouldn't have it.evan@chromium.org2009-10-202-0/+0
* Prevent thread creation if Join has already been called.zork@google.com2009-10-162-0/+10
* Made sync code build and pass unit tests on OS X.akalin@chromium.org2009-10-161-1/+1
* Reverted 29258.akalin@chromium.org2009-10-161-1/+1
* Made sync code build and pass unit tests on OS X.akalin@chromium.org2009-10-161-1/+1
* Within libjingle, add an abstraction of winsock initialization.nick@chromium.org2009-10-164-20/+111
* Fix a naming collision in thread.h on a crit section that can cause a deadlockzork@google.com2009-10-092-5/+5
* Prevent threads from running in libjingle after their object has been deleted.zork@google.com2009-10-092-0/+14
* Turn off SSL on Linux and MacOS in libjingle.zork@chromium.org2009-10-071-1/+6
* Add some fixes to the Linux version of criticalsection.hzork@chromium.org2009-10-061-2/+15
* Use base/logging from chrome/browser/sync. Add a macro to libjingle'snick@chromium.org2009-09-261-0/+5
* Update libjingle to build on Linuxzork@chromium.org2009-09-212-3/+3
* Add libjingle version 0.4.0, plus some patchesnick@chromium.org2009-09-14138-0/+29710