aboutsummaryrefslogtreecommitdiffhomepage
path: root/mimedb.cpp
Commit message (Collapse)AuthorAge
* Fixes use-after-free issue.Gravatar Daniel J. Hofmann2014-07-06
| | | | | Calling writer() might fail in which case launch_buff gets freed. This patch prevents the subsequent use of memory after it was freed.
* Fix handle leak in get_description()Gravatar Konrad Borowski2014-05-01
|
* Shorten compilation timesGravatar Konrad Borowski2014-05-01
| | | | | | | | | | Now fish shell stores version is a small file called by other files. This means that a slight change which modifies one file won't cause many of files to recompile. The compilation unit is intentionally small, this is by design. The smaller it is, the faster it will recompile, and it will be compiled a lot.
* Generate version numbers dynamicallyGravatar David Adam (zanchey)2013-08-11
| | | | | | | | This commit hooks the Makefile up to generate a FISH_BUILD_VERSION symbol and kills off PACKAGE_VERSION in .cpp files. It also modifies the tarball generation script to add the necessary version file for releases.
* TyposGravatar nmeum2013-04-14
|
* Hack up gettext to try to fix CentOS buildGravatar ridiculousfish2013-04-08
| | | | https://github.com/fish-shell/fish-shell/issues/645
* Fix indentation of switch statementsGravatar ridiculousfish2012-11-19
|
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
|
* Remove trailing whitespaces and change tabs to spacesGravatar Łukasz Niemier2012-11-18
|
* Cleaned up lots of typecasts, simplified some string handlingGravatar ridiculousfish2012-08-04
|
* 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