| OLD | NEW |
| 1 Name: libjingle |
| 1 URL: http://code.google.com/p/libjingle/ | 2 URL: http://code.google.com/p/libjingle/ |
| 2 Version: 2.7.0 | 3 Version: 2.7.0 |
| 3 License: BSD | 4 License: BSD |
| 4 License File: COPYING | 5 License File: files/COPYING |
| 5 | 6 |
| 6 Description: | 7 Description: |
| 7 Libjingle provides xmpp support to the sync code, which | 8 Libjingle provides xmpp support to the sync code, which |
| 8 lives at chrome/browser/sync/notifier. | 9 lives at chrome/browser/sync/notifier. |
| 9 | 10 |
| 10 Libjingle is distributed under a Berkeley-style license detailed in | 11 Libjingle is distributed under a Berkeley-style license detailed in |
| 11 files/COPYING. | 12 files/COPYING. |
| 12 | 13 |
| 13 Local Modifications: | 14 Local Modifications: |
| 14 Applied changes per the patchfile mods-since-v0_4_0.diff. That | 15 Applied changes per the patchfile mods-since-v0_4_0.diff. That |
| (...skipping 27 matching lines...) Expand all Loading... |
| 42 improve multithread safety. | 43 improve multithread safety. |
| 43 * Added a CreateSSLAdapter() function to SocketFactory to allow SSL | 44 * Added a CreateSSLAdapter() function to SocketFactory to allow SSL |
| 44 adapter creation behavior to be overridden. | 45 adapter creation behavior to be overridden. |
| 45 * Improved handling and error-checking of SSL adapters. | 46 * Improved handling and error-checking of SSL adapters. |
| 46 * Changed uses of Windows-only debug variable _DEBUG to use the | 47 * Changed uses of Windows-only debug variable _DEBUG to use the |
| 47 cross-platform NDEBUG variable instead. | 48 cross-platform NDEBUG variable instead. |
| 48 * Fixed error-checking bugs in xmppclient.cc and physicalsocketserver.cc. | 49 * Fixed error-checking bugs in xmppclient.cc and physicalsocketserver.cc. |
| 49 * Made some XmppTask member functions static. | 50 * Made some XmppTask member functions static. |
| 50 | 51 |
| 51 | 52 |
| OLD | NEW |