index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
jingle
/
jingle.gyp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Libjingle's dependent settings: Include path to chromium's trunk should be be...
mallinath@chromium.org
2014-05-13
1
-1
/
+1
*
Remove all uses of toolkit_use_gtk in the gyp files.
erg@chromium.org
2014-04-17
1
-7
/
+0
*
Compile jingle_glue for PNaCl
sergeyu@chromium.org
2014-03-25
1
-19
/
+4
*
Convert most run_all_unittests.cc files to use new unit test launcher.
phajdan.jr@chromium.org
2013-09-05
1
-1
/
+1
*
Roll DEPS for googleurl. Second try.
tfarina@chromium.org
2013-06-03
1
-1
/
+1
*
Revert 193992 "Lets try this again."
jochen@chromium.org
2013-04-15
1
-1
/
+1
*
Lets try this again.
michaeln@google.com
2013-04-12
1
-1
/
+1
*
Revert 193968 "Roll the DEPS for google-url."
michaeln@google.com
2013-04-12
1
-1
/
+1
*
Roll the DEPS for google-url.
tfarina@chromium.org
2013-04-12
1
-1
/
+1
*
Refactor libjingle.gyp:
tommi@chromium.org
2013-03-05
1
-2
/
+0
*
[sync] Componentize sync: Part Final: Target 'sync' is now its own component
rsimha@chromium.org
2013-02-01
1
-0
/
+1
*
Makes the necessary changes to sync.gyp as well as its dependencies (most not...
blundell@chromium.org
2013-01-24
1
-3
/
+3
*
Make all jingle targets build on Win64
jschuh@chromium.org
2013-01-11
1
-1
/
+0
*
Build jingle targets when webrtc is enabled.
wjia@chromium.org
2012-12-14
1
-3
/
+3
*
Android: Remove depenendency on libjingle_p2p and jingle_glue.
nileshagrawal@chromium.org
2012-10-29
1
-3
/
+7
*
Adding XMPP ping functionality to CloudPrint. XMPP ping and timeout is contro...
gene@chromium.org
2012-10-26
1
-0
/
+3
*
Create stub jingle library for iOS.
qsr@chromium.org
2012-08-23
1
-193
/
+227
*
[Sync] Fix crash when converting Notification to string
akalin@chromium.org
2012-08-17
1
-0
/
+1
*
Move TaskPump class from jingle/notifier/base to jingle/glue
sergeyu@chromium.org
2012-07-24
1
-5
/
+5
*
Move ChromeAsyncSocket to jingle/glue
sergeyu@chromium.org
2012-07-24
1
-14
/
+14
*
[Sync] Turn notifier::PushClient into an interface
akalin@chromium.org
2012-05-23
1
-2
/
+14
*
Revert 138216 - [Sync] Turn notifier::PushClient into an interface
akalin@chromium.org
2012-05-22
1
-14
/
+2
*
[Sync] Turn notifier::PushClient into an interface
akalin@chromium.org
2012-05-22
1
-2
/
+14
*
[Sync] Replace TalkMediator*/MediatorThread* with PushClient
akalin@chromium.org
2012-05-17
1
-10
/
+3
*
[Sync] Clean up XMPP connection code
akalin@chromium.org
2012-05-15
1
-5
/
+3
*
android build: jingle_unittests work
jrg@chromium.org
2012-01-25
1
-0
/
+10
*
This change updates the libjingle logging so that it writes to chromiums VLOG...
hellner@google.com
2012-01-17
1
-1
/
+2
*
Implement Send() in JingleThreadWrapper.
sergeyu@chromium.org
2011-08-01
1
-0
/
+1
*
Remove the comments setting emands and vim tab width and expansion variables.
tony@chromium.org
2011-07-11
1
-6
/
+0
*
net: Build net.dll on Windows.
rvargas@google.com
2011-07-01
1
-0
/
+1
*
[Sync] Add Stop() method to TaskPump and call it in XmppConnection destructor
akalin@chromium.org
2011-06-17
1
-0
/
+3
*
Changes to have chrome building with net.dll
rvargas@google.com
2011-06-03
1
-0
/
+1
*
Final gyp patch to make use of the new cross-platform POSIX defines toolkit_u...
tony@chromium.org
2011-05-23
1
-1
/
+1
*
Globally replace <(library) with static_library
evan@chromium.org
2011-05-19
1
-4
/
+4
*
Remove StreamSocketAdapter.
sergeyu@chromium.org
2011-04-23
1
-3
/
+0
*
Implement PseudoTCP adapter.
sergeyu@chromium.org
2011-04-22
1
-0
/
+5
*
[Sync] Fix race condition in P2PNotifier with sending notifications
akalin@chromium.org
2011-04-19
1
-0
/
+2
*
Changed the jingle network code in ChromeAsyncSocket to use the client socket...
sanjeevr@chromium.org
2011-04-15
1
-0
/
+4
*
P2P Transport implementation.
sergeyu@chromium.org
2011-04-06
1
-0
/
+2
*
Revert 80567 - P2P Transport implementation.TEST=Unittests.BUG=NoneReview URL...
sergeyu@chromium.org
2011-04-06
1
-2
/
+0
*
P2P Transport implementation.
sergeyu@chromium.org
2011-04-06
1
-0
/
+2
*
Add FakeSocketFactory.
sergeyu@chromium.org
2011-04-01
1
-1
/
+16
*
Moved socket adapters from remoting/jingle_glue to jingle/glue.
sergeyu@chromium.org
2011-03-31
1
-0
/
+8
*
Add JingleThreadWrapper.
sergeyu@chromium.org
2011-03-28
1
-15
/
+20
*
[Jingle] Refactored some notifier-related structs/classes
akalin@chromium.org
2011-03-22
1
-3
/
+7
*
[Sync] Merged MediatorThread and PushNotificationsThread
akalin@chromium.org
2011-03-16
1
-11
/
+3
*
Added support for other authentication mechanisms in jingle. This will allow ...
sanjeevr@chromium.org
2011-03-09
1
-0
/
+1
*
Even more test cleanup. Some fixes to non-test code that's regressed.
erg@google.com
2011-02-15
1
-1
/
+2
*
Part 1 of repairing regressions to my old clang check plugins so Nico can
erg@google.com
2011-01-27
1
-0
/
+1
*
[Sync] Fixed crash on XMPP reconnection
akalin@chromium.org
2010-12-08
1
-0
/
+14
[next]