Vadim Zeitlin
700d6ddea6
Minor code formatting changes
...
No real changes at all, just improve layout, consistency etc.
2020-12-13 00:35:24 +01:00
Vadim Zeitlin
f02f8cc8a1
Remove unnecessary use of "explicit"
...
It's not used anywhere else with constructors taking more than one
(non-optional) argument and is not really useful with them (and not
useful at all until C++17), so don't use it here neither for
consistency.
No real changes.
2020-12-13 00:35:24 +01:00
Tobias Taschner
45f006d752
Add wxWebSession::GetLibraryVersionInfo()
2018-12-10 19:38:12 +01:00
Tobias Taschner
95264069ee
Change creation order of mutex and condition
2018-12-10 19:38:09 +01:00
Tobias Taschner
d2420a064c
Implement wxWebRequestCURL::Cancel()
2018-12-10 19:38:08 +01:00
Tobias Taschner
fe4a5343f7
Implement wxWebRequestCURL::GetBytesSent
2018-12-10 19:38:08 +01:00
Tobias Taschner
127b596ada
Initial libcurl wxWebRequest implementation
2018-12-10 19:38:07 +01:00
Tobias Taschner
5f3dc058aa
Prepare additional wxWebRequest backends
2018-12-10 19:37:33 +01:00