summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/zippath.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-1101/+0
|
* Cleanups and version bumpmame0163 Miodrag Milanovic2015-06-241-116/+116
|
* Licenses for Raphael Nabet (nw) Miodrag Milanovic2015-06-071-4/+246
|
* lot more updated (nw) Miodrag Milanovic2015-05-111-2/+2
|
* Missed lib for adding licenses (nw) Miodrag Milanovic2015-05-071-0/+2
|
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-291-1/+1
|
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-6/+11
|
* more astring -> std::string (nw) Miodrag Milanovic2015-04-191-47/+53
|
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-15/+15
|
* fixed several missing assert.h includes (nw) Oliver Stöneberg2015-03-201-0/+1
|
* Cleanups and version bump Miodrag Milanovic2014-07-221-2/+2
|
* return an error when trying to use a .7z file with zippath - for now (nw) Oliver Stöneberg2014-05-141-0/+18
|
* reverting, sorry for this vconv needs to be updated (nw) Miodrag Milanovic2014-03-311-1/+1
|
* VS2013 x64 is little bit more anal about signed/unsigned comparison (nw) Miodrag Milanovic2014-03-311-1/+1
|
* some mismatched malloc/free usage with osd_* functions (nw) Oliver Stöneberg2014-03-241-1/+1
|
* zippath.c: Fixed crash in debug builds. [somebody] Curt Coder2013-10-181-3/+6
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-7/+7
|
* Cleanups and version bumpmame0144u5 Angelo Salese2012-01-081-1/+1
|
* Removed old C-based interface to astrings. astring exists only as Aaron Giles2012-01-031-134/+99
| | | | | | a class now. Updated all stragglers (mostly tools) to use the class form. [Aaron Giles]
* osd_free should be used instead of free (no whatsnew) Miodrag Milanovic2010-06-171-1/+1
|
* - moved opresolv and zippath into /lib/util from MESS [Miodrag Milanovic] Miodrag Milanovic2010-06-161-0/+859
- removed ifdef MESS from osd part since calls are needed by zippath