aboutsummaryrefslogtreecommitdiffhomepage
path: root/mimedb.cpp
Commit message (Collapse)AuthorAge
* Fix lots of bugs related to the static analyzerGravatar ridiculousfish2012-03-26
| | | | Improved how screen.cpp interacts with output_set_writer()
* Some initial changes to use CLO_EXEC, with an eye towards some day using it ↵Gravatar Peter Ammon2012-03-02
| | | | correctly.
* Changed iterators from iter++ to ++iterGravatar ridiculousfish2012-03-01
| | | | Large set of changes to history to ensure that histories from other sessions don't "bleed" into the current session
* Switched to std::map instead of hash_table_t in env.cpp and ↵Gravatar Siteshwar Vashisht2012-02-18
| | | | env_universal_common.cpp.
* Another attempt to make mimedb.cpp compile on LinuxGravatar ridiculousfish2012-02-13
|
* Squash warnings in mimedb, hopefully get it compiling on LinuxGravatar ridiculousfish2012-02-13
|
* Removed some al_list functionsGravatar ridiculousfish2012-02-10
|
* Migrate mimedb off of al_initGravatar ridiculousfish2012-02-08
|
* Removed al_list from mimedb.cppGravatar ridiculousfish2012-02-08
|
* Improve const and signed/unsigned correctnessGravatar Peter Ammon2012-01-14
|
* Incorporate Siteshwar's patch for building on LinuxGravatar ridiculousfish2012-01-05
|
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
|
* Initial C++ conversionGravatar ridiculousfish2011-12-26