rdb
|
84c2a18d00
|
downloader: Implement VirtualFileHTTP::read_file()
|
2021-02-15 11:18:13 +01:00 |
|
Sam Edwards
|
b2bfb31114
|
general: Remove using std::* from headers
Also remove most `using namespace std;` statements. The only one that remains is in py_panda.h.
Closes #350
Closes #335
|
2018-06-14 16:04:49 +02:00 |
|
Sam Edwards
|
e2b4353800
|
general: Replace NULL (and 0 as pointer) with C++11 nullptr
Exceptions to this replacement are:
- .c files
- Headers included by a .c file
- stb_image.h
- dr_flac.h
- Strings
- Comments
|
2018-06-03 16:35:13 -06:00 |
|
tobspr
|
0fcfb8e372
|
New file headers, new comment style
|
2016-02-17 17:47:48 +01:00 |
|
David Rose
|
dba661253a
|
Fix handling of large (>2GB) files on Windows. Egad, off_t is 32 bits on Windows, even in 64-bit Windows. Ridiculous.
|
2013-08-01 00:10:20 +00:00 |
|
David Rose
|
e986614cfc
|
writable vfs
|
2011-09-16 20:13:08 +00:00 |
|
rdb
|
50845ca53c
|
Compile without OpenSSL must work too
|
2009-03-13 19:04:08 +00:00 |
|
David Rose
|
db1bc689e5
|
various fixes to threads, downloader, and support for VirtualFileMountHTTP
|
2008-11-04 01:09:57 +00:00 |
|