Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-06-18Use addAll, deleteAll instead of looping through a collectionI20190618-1805Lars Vogel1-3/+2
2019-06-15Use jdk 5 for-each loopI20190616-1800I20190615-1800Carsten Hammer8-47/+36
2019-06-12String.indexOf can be replaced with String.containsI20190614-1800I20190614-0330I20190613-1800I20190613-0210I20190612-1800I20190612-0115Carsten Hammer2-3/+3
2019-06-11Use isEmpty() instead of size()==0 where possibleCarsten Hammer2-2/+2
2019-05-19Bug 547304 - [cleanup] Fix wrong space/tab indentationS4_12_0_RC2S4_12_0_RC1aS4_12_0_RC1S4_12_0_M3R4_12I20190605-1800I20190605-0600I20190604-1800I20190604-0600I20190603-1800I20190603-0600I20190602-1800I20190602-0600I20190601-1800I20190531-1800I20190531-0245I20190529-2005I20190529-1800I20190529-0600I20190528-1800I20190528-0915I20190528-0850I20190528-0600I20190527-1805I20190527-0600I20190526-1800I20190526-0600I20190525-1800I20190525-0600I20190524-1800I20190524-0135I20190522-1800I20190522-0600I20190521-1800I20190521-0600I20190520-1805I20190520-0600R4_12_maintenancePaul Pazderski1-19/+19
2018-08-27Bug 535802 - EPL 2.0 conversion for team bundlesLars Vogel26-78/+156
2018-06-06Bug 394087: [Net] Migration from GConf to GSettings.Y20180628-0525I20180628-0230I20180627-2020I20180627-2000I20180625-1545I20180621-2000I20180618-0800I20180615-0655I20180615-0300I20180614-2045I20180614-2000I20180613-0440I20180613-0300I20180607-2000I20180606-1020Eric Williams1-22/+8
2018-02-07Bug 530854 - Move away of methods deprecated in Java 9Alexander Kurtakov1-2/+2
2017-11-14Bug 527249 - Remove referrences to update.coreI20171116-2000I20171115-2000I20171115-0115I20171115-0025I20171114-2000Alexander Kurtakov1-23/+10
2017-10-18Bug 526221 - Replace StringUtil#replace with String.replaceS4_8_0_M3aS4_8_0_M3I20171107-2000I20171106-2000I20171106-0630I20171105-2000I20171104-2025I20171104-1500I20171103-2000I20171103-1105I20171103-0715I20171103-0405I20171102-2000I20171101-2000I20171031-2000I20171030-2000I20171030-0400I20171029-2000I20171028-1500I20171027-2340I20171027-2000I20171025-2000I20171025-0800I20171024-2000I20171024-0800I20171023-2000I20171023-0800I20171022-2000I20171022-0800I20171021-1500I20171020-2000I20171019-2000I20171018-2000Lars Vogel2-31/+1
2017-10-18Bug 525956 - Replace StringBuffer with StringBuilder inLars Vogel5-22/+22
2017-05-03Bug 516077 - Cleanup o.e.core.netY20170504-1000I20170504-2000I20170503-2000Alexander Kurtakov15-106/+128
2016-11-04Bug 506732 - cleanup trailing spaces in *.net pluginsAndrey Loskutov22-181/+181
2016-10-15Bug 505906: UnixProxyProvider's support for no_proxy environmentY20161018-1100I20161018-0800Markus Keller4-16/+9
2016-10-14Bug 505670: UnixProxyProvider fails for http_proxy without protocol://Markus Keller1-2/+11
2014-11-17Bug 451736 - Add org.eclipse.core.net plugin to General > Tracing preference ...Szymon Ptaszkiewicz2-40/+20
2013-10-24Bug 419228 - [Net] PreferenceModifyListener pollutes exported preferencesSzymon Ptaszkiewicz1-5/+15
2011-09-01bug 356300: The constructor InstanceScope() is deprecated, call InstanceScope...I20110912-1300Tomasz Zarna2-5/+5
2011-03-14bug 339863: "Invalid member type qualification" in PreferenceManagerTomasz Zarna1-5/+5
2011-01-11bug 332728 - [Net] UnixProxyProvider execs a process to discover whether env ...Szymon Brandys1-24/+28
2010-10-25bug 327672 - [Net] Error: "Preference node "org.eclipse.core.net" has been re...Szymon Brandys3-22/+24
2010-10-07bug 325367 - [Net] Unnecessary double check bypass settings in AbstractProxyP...Szymon Brandys3-40/+41
2010-10-07bug 242057 - [Net] Default preference gets ignoredSzymon Brandys6-203/+501
2010-09-20bug 323378 - [Net] Native bypass for "*.eclipse.org" does not workSzymon Brandys1-7/+4
2010-09-20bug 323942 - [Net] Unnecessary native method callSzymon Brandys1-1/+1
2010-04-15Bug 309313 - [proxy] setting non proxy host does not reset the system propertiesv20100426-0635Pawel Pogorzelski1-1/+2
2009-11-05Bug 293085 - UnixProxyProvider throwing "Too many open files" exceptionPawel Pogorzelski1-1/+7
2009-07-06Bug 281348 - [Net] Eclipse Galileo crashes under Japanese version of Windows XPPawel Pogorzelski1-6/+22
2009-05-22Bug 268321 - [Net] UnixProxyProvider stuck on my RHEL5 gnome systemPawel Pogorzelski1-1/+6
2009-04-02Bug 270458 - [Net] Untranslated combo on Network Connections pref pageSzymon Brandys3-0/+66
2009-03-17Bug 268474 - [Net] CVS connections fail with the "Native" Proxy providerSzymon Brandys1-2/+2
2009-03-02Bug 265957 - [Net] ProxyType.setProxyData(...) contains parameter that is nev...Szymon Brandys2-4/+3
2009-02-24bug 265839: NPE from IProxyData.setHostTomasz Zarna1-2/+2
2009-02-20Bug 265491 - [net] Redundant setProxiesEnabled() or bugSzymon Brandys1-2/+2
2009-02-09bug 260541: [Proxy] Eclipse CVS connections fail with the "Eclipse" Proxy pro...Tomasz Zarna1-2/+2
2009-01-21bug 257503: [Net] Switching to Native proxy provider doesn't clear system pro...Tomasz Zarna2-21/+46
2009-01-07bug 258941: [Net] Unknown process errorTomasz Zarna1-3/+8
2008-12-16bug 255814: [Net] Wrong methods and types used in org.eclipse.core.netTomasz Zarna6-63/+130
2008-12-02bug 257172: [Net] Get rid of System.getenv(String) invocationTomasz Zarna1-4/+13
2008-11-25bug 256081: [Net] Remove unnecessary API from IProxyDataTomasz Zarna4-9/+15
2008-11-25bug 249733: [Net] System proxy providers should use constantsTomasz Zarna1-8/+34
2008-11-25bug 255959: [Net] Windows IE setting "Use the same proxy server for all proto...Tomasz Zarna1-2/+36
2008-11-24bug 255981: [Net] Setting direct provider on ProxySelector doesn't affect Pro...Tomasz Zarna1-0/+6
2008-11-24bug 255088: [Net] Malformed \uxxxx encoding exception in UnixProxyProvider.ge...Tomasz Zarna1-7/+4
2008-11-21bug 247408: [Net] Deprecate getProxyDataForHost(String) in the IProxyService APITomasz Zarna2-0/+66
2008-11-20bug 228739: [Proxy] add UI support to see what the automatically detected pro...Tomasz Zarna3-2/+15
2008-11-18bug 255616: [Net] Add proxy providers layer on the top of ProxyManagerTomasz Zarna10-12/+288
2008-10-14 250707: [Proxy] remains an issue : if gnome proxy is set to direct connectio...Tomasz Zarna1-4/+6
2008-10-03bug 246065: [Net] Unexpected error encountered while preparing for the operationTomasz Zarna3-18/+62
2008-10-02bug 249448: [Net] Errors in native proxy code execution obstruct Eclipse startTomasz Zarna1-1/+0

Back to the top