projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
added wxMouseEventsManager
[wxWidgets.git]
/
src
/
common
/
ftp.cpp
2009-03-22
Vadim Zeitlin
replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
blob
|
commitdiff
|
raw
2009-03-07
Vadim Zeitlin
added wxProtocolLog class for logging network requests...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-08
Vadim Zeitlin
add wx-prefixed and semicolon-requiring versions of...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-16
Francesco Montorsi
Move SetDefaultTimeout to wxProtocol and set it to...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-16
Francesco Montorsi
no real change; just reorder functions
blob
|
commitdiff
|
raw
|
diff to current
2008-10-20
Vadim Zeitlin
fix virtual function hiding warnings introduced to...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-11
Stefan Csomor
removing old files
blob
|
commitdiff
|
raw
|
diff to current
2007-08-08
Vadim Zeitlin
remove extra space which confuses some servers (at...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-10
Václav Slavík
don't use implicit wxString->char*/wchar_t* conversion...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-26
Václav Slavík
use UTF8-encoded char* strings in UTF8 build instead...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-11
Vadim Zeitlin
don't use obsolete functions (mostly copystring() and...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-17
Václav Slavík
first phase of transition to unified Unicode build:
blob
|
commitdiff
|
raw
|
diff to current
2006-12-11
Kevin Hock
As per discussion in bug #1612106, change default socke...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-02
Stefan Neis
Fixed typos in comments (patch #1515724)
blob
|
commitdiff
|
raw
|
diff to current
2005-09-24
Vadim Zeitlin
added missing consts and pass objects by const referenc...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2005-05-31
Julian Smart
Typo correction patch [ 1208110 ] Lots of typo corrections
blob
|
commitdiff
|
raw
|
diff to current
2004-11-22
Włodzimierz Skiba
Warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2004-10-29
Ryan Norton
somewhat modded [ 1056879 ] use wxURI::Unescape vs...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-27
Julian Smart
Now possible to compile with wxURL disabled
blob
|
commitdiff
|
raw
|
diff to current
2004-10-05
Włodzimierz Skiba
Warning fixes found under hardest mode of OpenWatcom...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-18
Robin Dunn
Unicode compilation fix
blob
|
commitdiff
|
raw
|
diff to current
2004-09-18
Vadim Zeitlin
active mode support for wxFTP (extremely heavily modifi...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-14
Włodzimierz Skiba
Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Use old licence name
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Name and version changes
blob
|
commitdiff
|
raw
|
diff to current
2004-04-18
Stefan Csomor
switching to host / network ordering swapping
blob
|
commitdiff
|
raw
|
diff to current
2003-10-16
Vadim Zeitlin
warning fixes for BCC and OW (heavily modified patch...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-17
Václav Slavík
removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
blob
|
commitdiff
|
raw
|
diff to current
2003-08-09
Václav Slavík
added support for gcc precompiled headers
blob
|
commitdiff
|
raw
|
diff to current
2003-03-17
Julian Smart
Fixed copyrights and licence spelling
blob
|
commitdiff
|
raw
|
diff to current
2003-01-12
Vadim Zeitlin
compilation fixes for non default wxUSE_XXX values...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-02
Vadim Zeitlin
use DECLARE_NO_COPY_CLASS() where applicable (patch...
blob
|
commitdiff
|
raw
|
diff to current
2002-12-04
Vadim Zeitlin
merged 2.4 branch into the trunk
blob
|
commitdiff
|
raw
|
diff to current
2002-04-12
Vadim Zeitlin
bug/typo fixed: function returning a pointer should...
blob
|
commitdiff
|
raw
|
diff to current
2001-12-30
Vadim Zeitlin
added wxUSE_PROTOCOL[_XXX] and wxUSE_URL settings
blob
|
commitdiff
|
raw
|
diff to current
2001-11-25
Václav Slavík
wxT(), not _()
blob
|
commitdiff
|
raw
|
diff to current
2001-07-07
Gilles Depeyrot
corrected WXWIN_COMPATIBILITY conditional tests
blob
|
commitdiff
|
raw
|
diff to current
2001-04-22
Vadim Zeitlin
detabified
blob
|
commitdiff
|
raw
|
diff to current
2001-03-29
Ove Kaaven
Unicode compilation fixes.
blob
|
commitdiff
|
raw
|
diff to current
2001-02-15
Gilles Depeyrot
modifications for compilation under Mac OS X
blob
|
commitdiff
|
raw
|
diff to current
2001-01-24
Vadim Zeitlin
1. patch from Søren Erland Vestø implementing wxFTP...
blob
|
commitdiff
|
raw
|
diff to current
2001-01-04
Vadim Zeitlin
use default timeout of 1 minute
blob
|
commitdiff
|
raw
|
diff to current
2001-01-03
Vadim Zeitlin
a fix for new wu-ftpd
blob
|
commitdiff
|
raw
|
diff to current
2000-12-19
Vadim Zeitlin
tons of wxFTP fixes and compilation fix for wxBase
blob
|
commitdiff
|
raw
|
diff to current
2000-07-15
Bryan Petty
merged 2.2 branch
blob
|
commitdiff
|
raw
|
diff to current
2000-03-19
Vadim Zeitlin
wxFTP::Close() shouldn't hide base wxSocket function
blob
|
commitdiff
|
raw
|
diff to current
2000-03-15
Vadim Zeitlin
1. wxFTP works (somehow)
blob
|
commitdiff
|
raw
|
diff to current
2000-03-06
Guillermo Rodrigue...
Use IsConnected instead of m_connected
blob
|
commitdiff
|
raw
|
diff to current
1999-12-14
Václav Slavík
removed USE_SHARED_LIBRARY(IES)
blob
|
commitdiff
|
raw
|
diff to current
1999-12-04
Robert Roebling
String changes for translations,
blob
|
commitdiff
|
raw
|
diff to current
1999-10-08
Karsten Ballüder
replaced T() makro with wxT() due to namespace probs...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-07
Vadim Zeitlin
some fixes after global _T() => T() change
blob
|
commitdiff
|
raw
|
diff to current
1999-10-04
Vadim Zeitlin
many changes; major ones:
blob
|
commitdiff
|
raw
|
diff to current
1999-09-05
Guilhem Lavaux
Updated wxSocket documentation
blob
|
commitdiff
|
raw
|
diff to current
1999-07-28
Guilhem Lavaux
Added wxInternetFilesystemModule to fs_inet.cpp
blob
|
commitdiff
|
raw
|
diff to current
1999-07-24
Vadim Zeitlin
wxHTML compilation fixes
blob
|
commitdiff
|
raw
|
diff to current
1999-07-22
Guilhem Lavaux
Added GSocket for Unix (only GTK for the moment)
blob
|
commitdiff
|
raw
|
diff to current
1999-06-22
Robert Roebling
Some #include and #if wxUSE_XX things
blob
|
commitdiff
|
raw
|
diff to current
1999-05-25
Guilhem Lavaux
* wxThread fixes
blob
|
commitdiff
|
raw
|
diff to current
1999-04-26
Guilhem Lavaux
* Committing new wxSocket core (socket.cpp sckint.cpp...
blob
|
commitdiff
|
raw
|
diff to current
1999-04-13
Ove Kaaven
Got some compiler warnings in non-Unicode build. Fixed...
blob
|
commitdiff
|
raw
|
diff to current
1999-04-13
Ove Kaaven
Unicode interface (the communication itself is still...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-28
Guilhem Lavaux
* Added "--with-sockets" and made wxSocket optionnal.
blob
|
commitdiff
|
raw
|
diff to current
1999-02-27
Guilhem Lavaux
* wxSocket fixes: FTP, HTTP works really now. GTK fixes...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-25
Guilhem Lavaux
* Added a small wxHTTP description
blob
|
commitdiff
|
raw
|
diff to current
1999-02-22
Vadim Zeitlin
GetSize() and GetClientSize() changes
blob
|
commitdiff
|
raw
|
diff to current
1999-02-10
Guilhem Lavaux
* Doc updates
blob
|
commitdiff
|
raw
|
diff to current
1999-01-07
Julian Smart
Watcom C++ mods
blob
|
commitdiff
|
raw
|
diff to current
1999-01-01
Stefan Csomor
mac support as stubs added
blob
|
commitdiff
|
raw
|
diff to current
1998-12-21
Stefan Csomor
CW Win32 support
blob
|
commitdiff
|
raw
|
diff to current
1998-10-26
Julian Smart
Motif and other mods
blob
|
commitdiff
|
raw
|
diff to current
1998-10-20
Unknown (UG)
fix for precompiled headers
blob
|
commitdiff
|
raw
|
diff to current
1998-10-20
Unknown (UG)
fix for precompiled headers
blob
|
commitdiff
|
raw
|
diff to current
1998-10-17
Unknown (UG)
no message
blob
|
commitdiff
|
raw
|
diff to current
1998-10-14
Guilhem Lavaux
* wxSocket fixes
blob
|
commitdiff
|
raw
|
diff to current
1998-09-06
Guilhem Lavaux
* Added wxsocket lib and sample (I hope I don't forget...
blob
|
commitdiff
|
raw
|
diff to current