| Age | Commit message (Expand) | Author |
| 2020-02-16 | Filled lst* tests | Charles |
| 2020-02-15 | Added lst* tests (mainly boilerplate) | Charles |
| 2020-02-14 | Added documentation for all functions and refactored ft_strjoin_free -> ft_st... | Charles |
| 2020-02-13 | Added tests for algo*, fixing ft_bsearch and ft_mergesort | Charles |
| 2020-02-13 | Filled mem* tests | Charles |
| 2020-02-13 | Added mem and ctype documentation | Charles |
| 2020-02-13 | filling mem tests, testing readme doc | Charles |
| 2020-02-13 | Added mem/test_* boilerplate | Charles |
| 2020-02-13 | Added ft_memmem and ft_memset_pattern4, not tested | Charles |
| 2020-02-12 | Added ctype tests, ignore htnew tests | Charles |
| 2020-02-10 | Added ft_bsearch, ft_lsearch, ft_lfind | Charles |
| 2020-02-10 | Added ft_reverse, ft_isblank, ft_strnlen, ft_strpbrk, ft_strsep | Charles |
| 2020-02-10 | Added ft_strspn, ft_strcspn | Charles |
| 2020-02-10 | Fixing ft_strcmp, Added ft_strcasecmp, ft_strncasecmp | Charles |
| 2020-02-10 | Fixing merge compilation error, Added ft_mergesort | Charles |
| 2020-02-10 | Merge branch 'push_swap' | Charles |
| 2020-02-10 | Added ft_lstsort, ft_lstsorted_merge | Charles |
| 2020-02-09 | Added btree basic | Charles |
| 2020-02-06 | Create LICENSE | HappyTramp |
| 2020-02-02 | hash table unit testing, norming | Charles |
| 2020-01-31 | Setup unit test with unity | Charles |
| 2020-01-30 | making hashtable compile | Charles |
| 2020-01-30 | Renaming t_list -> t_ftlst, changing feature adding by header | Charles |
| 2020-01-30 | renaming header files, .libftignore file for simpler features selection | Charles |
| 2020-01-30 | hash table draft | Charles |
| 2020-01-19 | Added algo functions ft_qsort, ft_is_set, ft_memswap, ft_compar_int | Charles |
| 2020-01-18 | Added ft_getchar and fixing strtol | Charles |
| 2020-01-17 | Splited include like src/, Adding feature toggle protection in header | Charles |
| 2020-01-16 | Testing config with travis | Charles |
| 2020-01-16 | Trying Travis-Ci | Charles |
| 2020-01-16 | Merge push_swap to master | Charles |
| 2020-01-16 | Features toggle to avoid bloat and unauthorized functions, config file, scrip... | Charles |
| 2020-01-15 | Fix strtol, Added list reverse functions | Charles |
| 2020-01-15 | Added ft_strtol, ft_isspace, ft_todigit, ft_strict_atoi, modified ft_atoi to ... | Charles |
| 2020-01-15 | splited src in category, more generic makefile | Charles |
| 2020-01-15 | Move *.o -> src/, *.h -> include/ and *.o -> build | Charles |
| 2020-01-15 | Isolated get_next_line internals | Charles |
| 2019-11-21 | WIP: adding ft_*printf | Charles |
| 2019-11-21 | ft_memset and ft_strlen optimization | Charles |
| 2019-11-20 | Update README.md | Charles |
| 2019-11-20 | Merge branch 'rendu' | Charles |
| 2019-11-20 | Merge branch 'rendu' | Charles |
| 2019-11-20 | refactored everything | Charles |
| 2019-11-20 | Protected pre 2019 functions | Charles |
| 2019-11-20 | Taking advantage of the ascii table tricks | Charles |
| 2019-11-16 | Linux OPEN_MAX | Charles |
| 2019-11-15 | Added ft_strcount | Charles |
| 2019-11-14 | ft_strjoin free variante using ft_strjoin | Charles |
| 2019-11-13 | Added get_next_line | Charles |
| 2019-11-05 | Added ft_strjoin_free and ft_strjoin_free_snd, Removed ft_itoa_base | Charles |