projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
fix for IBM xlC 8, it can't compile Clone() if wxDataFormat is not defined
[wxWidgets.git]
/
src
/
common
/
http.cpp
2009-02-08
Vadim Zeitlin
add wx-prefixed and semicolon-requiring versions of...
blob
|
commitdiff
|
raw
2009-01-16
Francesco Montorsi
Move SetDefaultTimeout to wxProtocol and set it to...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-20
Vadim Zeitlin
fix virtual function hiding warnings introduced to...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-03
Paul Cornett
remove unneccessary header dependencies on wx/thread.h
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-03-17
Václav Slavík
first phase of transition to unified Unicode build:
blob
|
commitdiff
|
raw
|
diff to current
2007-03-07
Vadim Zeitlin
fix base64 computation for strings whose length modulo...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-28
Włodzimierz Skiba
Include wx/app.h according to precompiled headers of...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-19
Julian Smart
Applied patch [ 1381420 ] wxHTTP Basic authentication...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-08
Vadim Zeitlin
use for instead of while for infinite loop (the latter...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2005-09-02
Stefan Csomor
corrected error code for http responses with no content...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-29
Vadim Zeitlin
use ReadLine() instead of GetLine() which sometimes...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-07
Włodzimierz Skiba
First part of '[ 1216148 ] cleanup: unused variables...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-04
Vadim Zeitlin
made IsMainLoopRunning() static and implemented it...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-04
Dimitri Schoolwerth
added missing include for non-PCH compilation
blob
|
commitdiff
|
raw
|
diff to current
2004-10-04
Vadim Zeitlin
don't use non blocking sockets if wxApp::IsMainLoopRunn...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-15
Włodzimierz Skiba
Source cleaning: whitespaces, tabs, FALSE/false, TRUE...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-20
Vadim Zeitlin
compilation warning about printf type mismatch
blob
|
commitdiff
|
raw
|
diff to current
2004-07-19
Vadim Zeitlin
compilation fix for wxUSE_THREADS == 0
blob
|
commitdiff
|
raw
|
diff to current
2004-07-15
Stefan Csomor
applied patch 90459
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-05-08
Mattia Barbon
When wxUSE_STL == 1 and STL provides quasi-standard...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-20
Vadim Zeitlin
wxHTTP::GetResponse() added (patch 794394)
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-07-10
David Elliott
Use wxGetEmptyString() so the types in the ?: statement...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-10
Vadim Zeitlin
(blindly) fixed header case confusion (replacement...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-09
Vadim Zeitlin
oops, compilation fix after applying the patch
blob
|
commitdiff
|
raw
|
diff to current
2003-07-09
Vadim Zeitlin
added support for POST method and alternate ports ...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-08
Mattia Barbon
Added --use-stl to cnfigure, wxUSE_STL to setup0.h
blob
|
commitdiff
|
raw
|
diff to current
2003-06-29
Vadim Zeitlin
compilation fix
blob
|
commitdiff
|
raw
|
diff to current
2003-06-28
Vadim Zeitlin
fix for comparison bug in GetHeader()
blob
|
commitdiff
|
raw
|
diff to current
2003-06-18
Vadim Zeitlin
detect EOF better when reading HTTP reply
blob
|
commitdiff
|
raw
|
diff to current
2003-03-17
Julian Smart
Fixed copyrights and licence spelling
blob
|
commitdiff
|
raw
|
diff to current
2003-01-13
Ron Lee
Split this out from other changes to keep things sane..
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-08-11
Robert Roebling
Added wxString::FromAscii() wxString::ToAscii().
blob
|
commitdiff
|
raw
|
diff to current
2002-02-21
Robin Dunn
Fix so the Host: header in wxHTTP really works. With...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-11
Vadim Zeitlin
more Sun C++ compiler warning fixes: in particular...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-03
Vadim Zeitlin
fixed memory leak in wxHTTP
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-12-18
Václav Slavík
send Host header in HTTP requests
blob
|
commitdiff
|
raw
|
diff to current
2001-11-21
Vadim Zeitlin
1. removed wxObject::CopyObject() and Clone() - some...
blob
|
commitdiff
|
raw
|
diff to current
2001-11-02
Vadim Zeitlin
replaced a static buffer with wxString
blob
|
commitdiff
|
raw
|
diff to current
2001-08-24
Stefan Csomor
added connect sequence for mac
blob
|
commitdiff
|
raw
|
diff to current
2000-10-16
Julian Smart
Fixed memory leak
blob
|
commitdiff
|
raw
|
diff to current
2000-10-06
Václav Slavík
changed \n\r to \r\n
blob
|
commitdiff
|
raw
|
diff to current
2000-07-15
Bryan Petty
merged 2.2 branch
blob
|
commitdiff
|
raw
|
diff to current
2000-03-06
Guillermo Rodrigue...
Changed another NONE to wxSOCKET_NONE
blob
|
commitdiff
|
raw
|
diff to current
2000-02-29
Guillermo Rodrigue...
Changed to use current wxSocket flag names instead...
blob
|
commitdiff
|
raw
|
diff to current
2000-02-09
Robin Dunn
plugged memory leak
blob
|
commitdiff
|
raw
|
diff to current
2000-02-08
Robin Dunn
Fix in parse headers so it wouldn't always store an...
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-11-18
David Webster
Some minor modifications for VA 4.0 support
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-08-06
Julian Smart
Changes for BC++
blob
|
commitdiff
|
raw
|
diff to current
1999-07-29
Guilhem Lavaux
Typos.
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-23
Ove Kaaven
Couple of unicode fixes (the #if should be wxUSE_UNICOD...
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-07-15
Guilhem Lavaux
* wxMemoryStreams updates
blob
|
commitdiff
|
raw
|
diff to current
1999-07-09
Guilhem Lavaux
* wxStream doc update
blob
|
commitdiff
|
raw
|
diff to current
1999-07-07
Guilhem Lavaux
* New wxStreams (to be documented), new classes: wxBuff...
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-06-15
Robert Roebling
Added a few #if wxUSE_XXX
blob
|
commitdiff
|
raw
|
diff to current
1999-06-13
Robert Roebling
Added OS/2 patches to wxGTK.
blob
|
commitdiff
|
raw
|
diff to current
1999-05-30
Robert Roebling
Compile fix.
blob
|
commitdiff
|
raw
|
diff to current
1999-05-26
Guilhem Lavaux
* Small fix in wxHTTP::BuildRequest
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
* Big memory bug fixed in socket/getline fixed.
blob
|
commitdiff
|
raw
|
diff to current
1999-02-25
Guilhem Lavaux
* Added a small wxHTTP description
blob
|
commitdiff
|
raw
|
diff to current
1999-01-19
Julian Smart
Some changes in a vain attempt to make Salford C++...
blob
|
commitdiff
|
raw
|
diff to current
1999-01-07
Julian Smart
Watcom C++ mods
blob
|
commitdiff
|
raw
|
diff to current
1998-11-26
Vadim Zeitlin
some sprintf()s replaced with wxString::Printf
blob
|
commitdiff
|
raw
|
diff to current
1998-11-25
Robert Roebling
wxFrame size bug
blob
|
commitdiff
|
raw
|
diff to current
1998-11-25
Robin Dunn
Fixed an issue related to the new wxList.
blob
|
commitdiff
|
raw
|
diff to current
1998-09-07
Julian Smart
Made wxSocket compile using makefiles; #ifdefed out...
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