2007-04-06 |
Pierre Habouzit | various rewrites and cleanups. |
tree | commitdiff |
2007-03-30 |
Pierre Habouzit | More things to the Mime package. |
tree | commitdiff |
2007-03-30 |
Pierre Habouzit | Move (un)?lists and (un)subscribe to MAlias. |
tree | commitdiff |
2007-03-30 |
Pierre Habouzit | proper handling of regex lists. |
tree | commitdiff |
2007-03-27 |
Pierre Habouzit | convert {charset,iconv}-hooks. |
tree | commitdiff |
2007-03-27 |
Pierre Habouzit | simplify include |
tree | commitdiff |
2007-03-26 |
Pierre Habouzit | update source to use our brand new source generator... |
tree | commitdiff |
2007-03-18 |
Pierre Habouzit | rx enhancements. |
tree | commitdiff |
2007-03-14 |
Pierre Habouzit | more hash code simplifications. |
tree | commitdiff |
2007-03-13 |
Pierre Habouzit | simplify hashes. |
tree | commitdiff |
2007-03-11 |
Pierre Habouzit | bye bye DT_SYS variables. |
tree | commitdiff |
2006-12-27 |
Pierre Habouzit | The little Christmas candy bar: allow utf-8 chars in... |
tree | commitdiff |
2006-12-27 |
Pierre Habouzit | add some very efficient utf8 routines. more to come. |
tree | commitdiff |
2006-12-18 |
Pierre Habouzit | use some lists for score_t. |
tree | commitdiff |
2006-12-14 |
Pierre Habouzit | implement $-vars substitution. |
tree | commitdiff |
2006-12-10 |
Pierre Habouzit | various fixes. |
tree | commitdiff |
2006-12-09 |
Pierre Habouzit | preliminary work for the configuration parser. |
tree | commitdiff |
2006-12-03 |
Pierre Habouzit | small reorg. |
tree | commitdiff |
2006-12-03 |
Pierre Habouzit | oops :) |
tree | commitdiff |
2006-12-03 |
Pierre Habouzit | move some string functions in lib-lib ! |
tree | commitdiff |
2006-12-02 |
Pierre Habouzit | the ‘kids don't do this at home’ commit. |
tree | commitdiff |
2006-12-02 |
Pierre Habouzit | add m_strpad to the string functions. |
tree | commitdiff |
2006-12-02 |
Pierre Habouzit | oops, ascii_strncasecmp tried to compare one byte too far |
tree | commitdiff |
2006-12-01 |
Pierre Habouzit | more nonnull attributes. |
tree | commitdiff |
2006-12-01 |
Pierre Habouzit | string documentation. |
tree | commitdiff |
2006-12-01 |
Pierre Habouzit | fix the real bug, that was hidden in the .h |
tree | commitdiff |
2006-12-01 |
Pierre Habouzit | workarounds, I do not understand why it segfault, it... |
tree | commitdiff |
2006-12-01 |
Pierre Habouzit | more documentation. |
tree | commitdiff |
2006-11-30 |
Pierre Habouzit | no more SHORT_STRING's. begin some doc. |
tree | commitdiff |
2006-11-30 |
Pierre Habouzit | more cosmetics. |
tree | commitdiff |
2006-11-30 |
Pierre Habouzit | some simplifications. |
tree | commitdiff |
2006-11-29 |
Pierre Habouzit | small detail in m_dirname. |
tree | commitdiff |
2006-11-29 |
Pierre Habouzit | add m_dirname that implement a non broken libgen-like... |
tree | commitdiff |
2006-11-26 |
Julien Danjou | Use m_functions(), you'll be fresh-faced. |
tree | commitdiff |
2006-11-26 |
Julien Danjou | Use m_strncmp instead of strncmp |
tree | commitdiff |
2006-11-26 |
Pierre Habouzit | make mutt_match_spam_list a generic rx function: rx_lis... |
tree | commitdiff |
2006-11-26 |
Pierre Habouzit | move more functions in file.c |
tree | commitdiff |
2006-11-26 |
Pierre Habouzit | mutt_expand_file_fmt -> m_quotefile_fmt in file.c |
tree | commitdiff |
2006-11-25 |
Pierre Habouzit | fclose -> m_fclose |
tree | commitdiff |
2006-11-24 |
Pierre Habouzit | safe_fclose -> m_fclose, and is now inlined. |
tree | commitdiff |
2006-11-24 |
Pierre Habouzit | I'm such a fool |
tree | commitdiff |
2006-11-24 |
Pierre Habouzit | put old m_snsubst into file.c as m_file_fmt. |
tree | commitdiff |
2006-11-19 |
Pierre Habouzit | exit SPAM_LIST, just extend rx_t with the needed inform... |
tree | commitdiff |
2006-11-19 |
Pierre Habouzit | move functions around. |
tree | commitdiff |
2006-11-18 |
Pierre Habouzit | *oops* I forgot to add those. |
tree | commitdiff |
2006-11-18 |
Pierre Habouzit | drop the horrible list2_t for good. |
tree | commitdiff |
2006-11-18 |
Pierre Habouzit | make rx_t be chaine-able so that we can get rid of... |
tree | commitdiff |
2006-11-17 |
Pierre Habouzit | more simplifications. |
tree | commitdiff |
2006-11-17 |
Pierre Habouzit | more include simplifications |
tree | commitdiff |
2006-11-17 |
Pierre Habouzit | rationnalize includes a lot: |
tree | commitdiff |
2006-11-16 |
Pierre Habouzit | sort out some prototypes, put them where they belong. |
tree | commitdiff |
2006-11-14 |
Pierre Habouzit | begin to rework mailcap parsing a "bit". |
tree | commitdiff |
2006-11-13 |
Pierre Habouzit | remove most of the debug code: often makes the code... |
tree | commitdiff |
2006-11-13 |
Pierre Habouzit | a whole lot of size_t -> ssize_t. |
tree | commitdiff |
2006-11-13 |
Pierre Habouzit | more rationalization. |
tree | commitdiff |
2006-11-13 |
Pierre Habouzit | rationalize list handling in mutt a bit. |
tree | commitdiff |
2006-11-12 |
Pierre Habouzit | move url.[hc] into the lib-lib. |
tree | commitdiff |
2006-11-12 |
Pierre Habouzit | reimplement getdnsdomainname |
tree | commitdiff |
2006-11-12 |
Pierre Habouzit | move signal.c into lib/sys |
tree | commitdiff |
2006-11-12 |
Pierre Habouzit | add m_strchrnul that does what GNU strchrnul does:... |
tree | commitdiff |
2006-11-12 |
Pierre Habouzit | move a function into rx.[hc] |
tree | commitdiff |
2006-11-11 |
Pierre Habouzit | move rx.[hc]. |
tree | commitdiff |
2006-11-11 |
Pierre Habouzit | move debug.c |
tree | commitdiff |
2006-11-09 |
Pierre Habouzit | p_clear should not be used with sizeof but *countof* |
tree | commitdiff |
2006-11-07 |
Pierre Habouzit | Simplications go on. |
tree | commitdiff |
2006-11-06 |
Pierre Habouzit | simplify mutt_parse_date |
tree | commitdiff |
2006-11-05 |
Pierre Habouzit | move parse.c into rfc822parse.c in the lib-mime as... |
tree | commitdiff |
2006-11-05 |
Pierre Habouzit | push some date functions in the lib-lib. |
tree | commitdiff |
2006-11-04 |
Pierre Habouzit | small leftovers |
tree | commitdiff |
2006-11-04 |
Pierre Habouzit | drop the old string API fully. |
tree | commitdiff |
2006-11-03 |
Pierre Habouzit | move rfc2047.c into lib-mime, reindent it. |
tree | commitdiff |
2006-11-02 |
Pierre Habouzit | more useful list primitives |
tree | commitdiff |
2006-11-02 |
Pierre Habouzit | missing include |
tree | commitdiff |
2006-11-02 |
Pierre Habouzit | add some list functions. |
tree | commitdiff |
2006-11-02 |
Pierre Habouzit | add more encoding arrays |
tree | commitdiff |
2006-11-01 |
Pierre Habouzit | more work in the lib-mime. begin to "rewr^H^Had" the... |
tree | commitdiff |
2006-11-01 |
Pierre Habouzit | macros to create usual functions : new/delete and init... |
tree | commitdiff |
2006-11-01 |
Pierre Habouzit | mappings as standalone module |
tree | commitdiff |
2006-10-31 |
Pierre Habouzit | push more things in the str lib. |
tree | commitdiff |
2006-10-31 |
Pierre Habouzit | move some decoding functions right into the str module... |
tree | commitdiff |
2006-10-30 |
Pierre Habouzit | replace SKIPWS with a proper inline func with the right... |
tree | commitdiff |
2006-10-30 |
Pierre Habouzit | exit strfcpy, only use m_strcpy. |
tree | commitdiff |
2006-10-30 |
Pierre Habouzit | remove yet anoter round of str_* functions, replaced... |
tree | commitdiff |
2006-10-30 |
Pierre Habouzit | make m_dupstr return NULL if the string was empty. |
tree | commitdiff |
2006-10-30 |
Pierre Habouzit | drop str_[n]cat. |
tree | commitdiff |
2006-10-29 |
Pierre Habouzit | revamp lib.[hc] functions into lib-lib/file.[hc]. |
tree | commitdiff |
2006-10-29 |
Pierre Habouzit | move list.[hc] into lib-lib. |
tree | commitdiff |
2006-10-29 |
Pierre Habouzit | exit str_cmp enters m_strcmp |
tree | commitdiff |
2006-10-29 |
Pierre Habouzit | move hash.[hc] into lib-lib/ |
tree | commitdiff |
2006-10-29 |
Pierre Habouzit | move buffer.[hc] into lib-lib/ |
tree | commitdiff |
2006-10-29 |
Pierre Habouzit | license statements. |
tree | commitdiff |
2006-10-29 |
Pierre Habouzit | move ascii.* into the lib-lib. |
tree | commitdiff |
2006-10-29 |
Pierre Habouzit | use m_strdup and m_strlen that are inlined for efficiency |
tree | commitdiff |
2006-10-29 |
Pierre Habouzit | move intl.h into lib-lib/macros.h |
tree | commitdiff |
2006-10-29 |
Pierre Habouzit | exit mem_realloc, enters p_realloc/xrealloc. |
tree | commitdiff |
2006-10-28 |
Pierre Habouzit | drop mem_alloc and mem_free, use my own hand crafted... |
tree | commitdiff |
|