Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Copyright header simplication | Jose | 2019-01-19 |
| | |||
* | Remove copyright notice | Jose | 2018-12-18 |
| | |||
* | Fix copyright header | Jose | 2018-12-18 |
| | |||
* | Update copyright year to 2018 | Jose | 2018-02-14 |
| | |||
* | Clean C++ exception code to only throw exception types | Jose | 2017-09-20 |
| | | | | | | | | | | - Update C++ code to only throw types derived from C++ exception - Update C++ code to use one-shot constructors to create the exceptions Fix bug ICE-7892 | ||
* | Remove excessive empty lines | Joe George | 2017-06-07 |
| | |||
* | Fixed (ICE-7621) - Refactor IceSSL API to support multiple implementations | Jose | 2017-03-16 |
| | |||
* | Merge remote-tracking branch 'origin/3.6' | Joe George | 2017-02-13 |
|\ | |||
| * | ICE-7506 - Update copyright to 2017 | Joe George | 2017-02-13 |
| | | |||
* | | WinRT -> UWP renames | Jose | 2016-12-14 |
| | | |||
* | | Refactored SSL and iAP transports, support for running SSL on top | Benoit Foucher | 2016-06-27 |
|/ | | | | of TCP/iAP/Bluetooth. | ||
* | Update copyright headers | Joe George | 2016-03-01 |
| | |||
* | ICE-6116 reduce verbose warnings about socket buffer size | Dwayne Boone | 2015-03-03 |
| | |||
* | Fixed ICE-6290: incorrect handling of acceptor exceptions | Benoit Foucher | 2015-02-04 |
| | |||
* | Updated copyright to 2015 | Dwayne Boone | 2015-01-05 |
| | |||
* | ICE-5938 OSX: ssl + test/Glacier2/staticFiltering fails | Matthew Newhook | 2014-11-21 |
| | |||
* | ICE-4891 some minor improvements | Dwayne Boone | 2014-09-17 |
| | |||
* | ICE-5582 (SOCKs test), ICE-5314 (HTTP proxies), major refactoring of ↵ | Benoit Foucher | 2014-09-10 |
| | | | | networking code (addition of StreamSocket class abstraction) | ||
* | ICE-4891 Refactor network tracing | Dwayne Boone | 2014-09-05 |
| | |||
* | Windows SSL SChannel implementation & OS X Secure Transport fixes. | Jose | 2014-08-07 |
| | |||
* | Fixed (ICE-4894) - Native SSL implementation for OS X | Jose | 2014-06-06 |
| | |||
* | merging javascript branch | Mark Spruiell | 2014-03-19 |
| | |||
* | Fixed ICE-5179: Fixed copyrights | Benoit Foucher | 2013-02-12 |
| | |||
* | Fixed ICE-5215: IPv6 support enabled by default | Benoit Foucher | 2013-02-11 |
| | |||
* | Fixed (ICE-5181) - unreferenced formal parameter | Jose | 2013-01-11 |
| | |||
* | Fixed ICE-5079: Replaced IceInternal::Address by a union to avoid ↵ | Bernard Normier | 2012-12-26 |
| | | | | reinterpret_cast and warnings | ||
* | Fixed ICE-4591, better acceptor tracing | Benoit Foucher | 2012-10-18 |
| | |||
* | remove VC6 support | Jose | 2012-08-08 |
| | |||
* | MinGW & Ruby-1.9 updates | Jose | 2012-07-26 |
| | |||
* | WinRT support | Jose | 2012-07-13 |
| | |||
* | Fixed copyrights | Benoit Foucher | 2012-04-25 |
| | |||
* | updating version & copyright for 3.4.2 | Mark Spruiell | 2011-05-11 |
| | |||
* | Updated copyright to 2010 | Dwayne Boone | 2010-01-07 |
| | |||
* | Added Ruby implemetation of EndpointInfo and ConnectionInfo | Dwayne Boone | 2009-10-16 |
| | |||
* | Added support for EndpointInfo and ConnectionInfo to python. | Dwayne Boone | 2009-10-16 |
| | | | | | | Set endpoint in Connection getInfo implementations. Removed unused _stateTime from ConnectionI. Remove ["cpp:virtual"] from SSLEndpointInfo slice definition. | ||
* | Bug 3972 - reduced trace level for some output and other minor cleanup | Dwayne Boone | 2009-09-23 |
| | |||
* | IOCP VC6 fixes | Benoit Foucher | 2009-09-09 |
| | |||
* | Added Advanced Installer third party installer projects for VC6 and VC9 | Dwayne Boone | 2009-09-02 |
| | | | | Fixed some VC6 compile errors | ||
* | IOCP changes, bug 3501, 4200, 4156, 3101 | Benoit Foucher | 2009-08-21 |
| | |||
* | Bug 3972 - improve server network tracing | Dwayne Boone | 2009-05-01 |
| | |||
* | Merge commit 'origin/R3_3_branch' | Matthew Newhook | 2009-01-09 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cs/demo/WCF/latency/Client.cs cs/demo/WCF/latency_m/Client.cs cs/demo/WCF/throughput/Client.cs cs/demo/WCF/throughput_m/Client.cs cs/demo/WCF/throughput_m/Service.cs java/demo/Database/library/BookI.java java/demo/Database/library/BookQueryResultI.java java/demo/Database/library/Client.java java/demo/Database/library/ConnectionPool.java java/demo/Database/library/DispatchInterceptorI.java java/demo/Database/library/Glacier2Session.ice java/demo/Database/library/Glacier2SessionManagerI.java java/demo/Database/library/Grammar.java java/demo/Database/library/Library.ice java/demo/Database/library/LibraryI.java java/demo/Database/library/Parser.java java/demo/Database/library/ReapThread.java java/demo/Database/library/RunParser.java java/demo/Database/library/SQLRequestContext.java java/demo/Database/library/Scanner.java java/demo/Database/library/Server.java java/demo/Database/library/Session.ice java/demo/Database/library/SessionFactoryI.java java/demo/Database/library/SessionI.java java/demo/Database/library/Token.java java/demo/Database/library/build.xml java/demo/Database/library/config.client | ||
| * | Fix 3306 - Plugin -> Plug-in | Jose | 2009-01-05 |
| | | |||
| * | bug 3464 - IceSSL.CheckCertName property had no effect in C++ | Mark Spruiell | 2009-01-02 |
| | | |||
* | | bug 3464 - IceSSL.CheckCertName property had no effect in C++ | Mark Spruiell | 2009-01-02 |
| | | |||
* | | Merge branch 'R3_3_branch' | Dwayne Boone | 2009-01-02 |
|\| | |||
| * | Bug 3621 - updated copyright to 2009 | Dwayne Boone | 2009-01-02 |
| | | |||
* | | http://bugzilla/bugzilla/show_bug.cgi?id=3222 - import mcast tracing. The ↵ | Matthew Newhook | 2008-05-22 |
| | | | | | | | | effective port may be incorrect under windows. | ||
* | | Some cleanup of the networking code. | Matthew Newhook | 2008-05-21 |
|/ | |||
* | Removed thread-per-connection and added serialize mode | Benoit Foucher | 2008-03-06 |
| | |||
* | Bug 2729 - Added Ice.TCP.Backlog property | Dwayne Boone | 2008-02-27 |
| |