Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-14 | Fixed sprintf | Xavier Roche | |
2017-04-01 | Updated year to 2017 | Xavier Roche | |
2016-04-26 | Updated year 2016 | Xavier Roche | |
2015-03-14 | 2014 is so last year! | Xavier Roche | |
2014-07-06 | Added hts_has_stopped() flag, added some asserts | Xavier Roche | |
2014-06-22 | Handle buggy SVG (Smiling Spectre) | Xavier Roche | |
2014-06-14 | Renamed inthash_* API to coucal_* one. | Xavier Roche | |
2014-06-10 | Added the following compiler flags: | Xavier Roche | |
* -Wcast-qual * -Wmissing-parameter-type * -Wold-style-definition | |||
2014-06-08 | Typos | Xavier Roche | |
2014-06-07 | Better. | Xavier Roche | |
2014-06-06 | Progressive power-of-two allocator for linked blocks. | Xavier Roche | |
2014-06-06 | Splitted typed arrays in htsarrays.h | Xavier Roche | |
Cleaned-up page generation | |||
2014-06-06 | Additional check. | Xavier Roche | |
2014-06-06 | Fixed assertion failure at htscore.c:244 (len + liensbuf->string_buffer_size ↵ | Xavier Roche | |
< liensbuf->string_buffer_capa) * closes:46 -Cette ligne, et les suivantes ci-dessous, seront ignorées-- M trunk/src/htscore.c | |||
2014-06-03 | Potential fix for htshash.c:330 assertion failure: "error invalidating hash ↵ | Xavier Roche | |
entry" | |||
2014-05-29 | Better "too many links" reporting. | Xavier Roche | |
2014-05-29 | Allocation failure handling. | Xavier Roche | |
2014-05-29 | Take in account opt->maxlink is non-zero | Xavier Roche | |
2014-05-29 | Big cleanup: introducing cleaner lien_adrfilsave and lien_adrfil structures ↵ | Xavier Roche | |
holding address/uri or address/uri/filename rather than passing opaque char* of unknown size. | |||
2014-05-29 | Removed duplicate opt->lien_tot and opt->liens members in some functions. | Xavier Roche | |
2014-05-29 | Fixes. | Xavier Roche | |
2014-05-29 | Added off_t_to_size_t() | Xavier Roche | |
2014-05-29 | Allocation cleanup (why "+2", why ?) | Xavier Roche | |
2014-05-28 | Fixed heap crawl overflow | Xavier Roche | |
2014-05-28 | Rewrite template formatting to be format-injection proof. | Xavier Roche | |
2014-05-28 | Fixed const T ** not being castable to const T ** | Xavier Roche | |
2014-05-27 | Cleanup, const correctness | Xavier Roche | |
2014-05-26 | tr -d '\r' | Xavier Roche | |
2014-05-26 | Big links heap handling cleanup, and removed very old and legacy macros | Xavier Roche | |
2014-05-14 | Fixed hashtable corruption because of dirty code directly modifying the host ↵ | Xavier Roche | |
address in memory, leading to have hashtable positions not anymore valid. This issue was especially triggered when a redirect was processed ("Warning moved treated for .." messages) * closes: #43 | |||
2014-05-10 | Better logging for hashtables | Xavier Roche | |
2014-05-09 | assert cleanup. | Xavier Roche | |
2014-05-04 | Big cleanup in string primitives and abort functions | Xavier Roche | |
2014-05-02 | Big cleanup in functions writing to a char buffer without proper size boundary. | Xavier Roche | |
2014-04-24 | 2013 is so last year. | Xavier Roche | |
2013-09-15 | Fixed logging level (especially for robots.txt rules) | Xavier Roche | |
(manual backport of r867) | |||
2013-09-14 | Removed dead code (_WIN32_WCE) | Xavier Roche | |
2013-09-13 | Removed MMS (Microsoft Media Server) ripping code (mmsrip) | Xavier Roche | |
* protocol was finally dropped in Windows Media Services 2008 * mmsrip is not supported anymore * some licensing issues regarding the protocol (ha-ha) | |||
2013-09-13 | Fixed FSF GPL reference (postal address removed, added website) | Xavier Roche | |
Fixed year notice | |||
2013-08-31 | Fixed WIN32 FTBFS | Xavier Roche | |
2013-08-18 | "index.eml" => "index.mht" | Xavier Roche | |
2013-08-17 | Some cleanup in obviously wrong 15-year-old code. | Xavier Roche | |
2013-08-15 | Added %a option, allowing to define the "Accept:" header line. | Xavier Roche | |
Added %X option, to define additional request header lines. Cleaned up a bit the messy strcat everywhere in the request section (yuk). | |||
2013-08-12 | Big cleanup in core heap hashtable code, rewritten using new fancy hashtables. | Xavier Roche | |
2013-06-26 | Fixed old 3-hashtable missing free on exit | Xavier Roche | |
Always use default starting hash size | |||
2013-06-24 | Fixed warning | Xavier Roche | |
2013-06-23 | Trashed historical link heap hashtable, and replaced it by cleaner code ↵ | Xavier Roche | |
using new cuckoo hashtables I can not believe I kept such a terible and frightening code for such a long time, geez. | |||
2013-06-18 | transfered => transferred | Xavier Roche | |
2013-06-16 | Fixed div-by-zero when speficying more than 1000 connections per seconds ↵ | Xavier Roche | |
(probably not very common) | |||
2013-06-16 | spelling: allows to => allows you to | Xavier Roche | |