2008-01-13 |
Pierre Habouzit | drop mod_ssl.starttls setting. |
tree | commitdiff |
2008-01-12 |
Pierre Habouzit | hide yet another function |
tree | commitdiff |
2008-01-12 |
Pierre Habouzit | imap_(append|fetch)_message are private to the imap... |
tree | commitdiff |
2008-01-11 |
Cyril Brulebois | Add linking inter-libraries dependencies |
tree | commitdiff |
2007-11-28 |
Pierre Habouzit | More modular way to open messages. |
tree | commitdiff |
2007-11-28 |
Pierre Habouzit | return isn't a function FFS |
tree | commitdiff |
2007-11-13 |
Pierre Habouzit | move browser in the lib-ui |
tree | commitdiff |
2007-11-11 |
Pierre Habouzit | mutt_enter_string is only used for _mutt_get_field... |
tree | commitdiff |
2007-08-16 |
Pierre Habouzit | Remove the time module alltogether. |
tree | commitdiff |
2007-08-16 |
Pierre Habouzit | Rewrite is_from efficiently, and put it in lib-mime... |
tree | commitdiff |
2007-08-16 |
Pierre Habouzit | Use str[pf]time. |
tree | commitdiff |
2007-08-11 |
Pierre Habouzit | Have a lib-ui/lib-ui.h |
tree | commitdiff |
2007-05-28 |
Pierre Habouzit | Have a centralized cache directory. |
tree | commitdiff |
2007-05-24 |
Pierre Habouzit | more useless and cluttered things. |
tree | commitdiff |
2007-05-23 |
Pierre Habouzit | base64 implementation from madmutt--. |
tree | commitdiff |
2007-05-21 |
Pierre Habouzit | some fixes wrt imap and pop authentication. |
tree | commitdiff |
2007-05-20 |
Pierre Habouzit | rename a bunch of modules |
tree | commitdiff |
2007-05-19 |
Pierre Habouzit | I'm fed up with stupid defines when C can come up with... |
tree | commitdiff |
2007-05-17 |
Pierre Habouzit | EXIT AUTOCRAP \o/ |
tree | commitdiff |
2007-05-16 |
Pierre Habouzit | use buffers instead of realloc-ed string. makes code... |
tree | commitdiff |
2007-05-14 |
Pierre Habouzit | fix stupid typo |
tree | commitdiff |
2007-05-13 |
Pierre Habouzit | create mod_ssl. |
tree | commitdiff |
2007-05-13 |
Pierre Habouzit | code simplifications. |
tree | commitdiff |
2007-05-13 |
Pierre Habouzit | rationalize the hcache patch. |
tree | commitdiff |
2007-05-12 |
Pierre Habouzit | we don't really need md5 for hcache at all. |
tree | commitdiff |
2007-05-12 |
Pierre Habouzit | drop openssl support as well, only use GNUTLS. |
tree | commitdiff |
2007-05-12 |
Pierre Habouzit | simplifications. |
tree | commitdiff |
2007-05-12 |
Pierre Habouzit | cruft |
tree | commitdiff |
2007-05-12 |
Pierre Habouzit | merge many things in auth.c |
tree | commitdiff |
2007-05-12 |
Pierre Habouzit | further unclutter. |
tree | commitdiff |
2007-05-12 |
Pierre Habouzit | Merge branch 'master' of pan:/git/madmutt |
tree | commitdiff |
2007-05-12 |
Pierre Habouzit | drop gss as well. |
tree | commitdiff |
2007-05-12 |
Pierre Habouzit | drop GSS as well, users will have to use correctly... |
tree | commitdiff |
2007-05-12 |
Pierre Habouzit | Impose the use of SASL2, so that we can drop a lot... |
tree | commitdiff |
2007-03-31 |
Pierre Habouzit | Make buffy a lua package as well. |
tree | commitdiff |
2007-03-30 |
Pierre Habouzit | Move (un)?lists and (un)subscribe to MAlias. |
tree | commitdiff |
2007-03-27 |
Pierre Habouzit | turn charset into a lua package as well. |
tree | commitdiff |
2007-03-26 |
Pierre Habouzit | update source to use our brand new source generator... |
tree | commitdiff |
2007-03-18 |
Pierre Habouzit | push username, homedir and tmpdir in lua too. |
tree | commitdiff |
2006-12-03 |
Pierre Habouzit | oopsie, sometimes grep hurts :P |
tree | commitdiff |
2006-12-03 |
Pierre Habouzit | code simplifications. |
tree | commitdiff |
2006-12-01 |
Pierre Habouzit | more documentation. |
tree | commitdiff |
2006-11-28 |
Julien Danjou | Use good m_ functions, because it smell like a flower... |
tree | commitdiff |
2006-11-26 |
Pierre Habouzit | lots of simplifications. |
tree | commitdiff |
2006-11-26 |
Julien Danjou | Remove unused code |
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 | remove some mutt_mktemp |
tree | commitdiff |
2006-11-18 |
Pierre Habouzit | details |
tree | commitdiff |
2006-11-18 |
Pierre Habouzit | create the lib-mx now |
tree | commitdiff |
2006-11-18 |
Pierre Habouzit | remove mx_{pop,nntp,imap}.[hc] |
tree | commitdiff |
2006-11-18 |
Pierre Habouzit | drop the horrible list2_t for good. |
tree | commitdiff |
2006-11-18 |
Pierre Habouzit | no more list2_t for mx's anymore either. |
tree | commitdiff |
2006-11-17 |
Pierre Habouzit | more moves and dead code |
tree | commitdiff |
2006-11-17 |
Julien Danjou | Remove useless imap_cmd_running() |
tree | commitdiff |
2006-11-17 |
Julien Danjou | Remove useless var |
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-16 |
Pierre Habouzit | configure fixes. |
tree | commitdiff |
2006-11-15 |
Pierre Habouzit | finish the "read" of charset.c |
tree | commitdiff |
2006-11-14 |
Pierre Habouzit | simplify charset and things in the sockets API. |
tree | commitdiff |
2006-11-13 |
Pierre Habouzit | remove most of the debug code: often makes the code... |
tree | commitdiff |
2006-11-13 |
Julien Danjou | Fix a bunch of warnings in imap code |
tree | commitdiff |
2006-11-13 |
Pierre Habouzit | a whole lot of size_t -> ssize_t. |
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 | lib-network -> lib-sys. |
tree | commitdiff |
2006-11-11 |
Pierre Habouzit | move debug.c |
tree | commitdiff |
2006-11-11 |
Pierre Habouzit | lib-network |
tree | commitdiff |
2006-11-08 |
Pierre Habouzit | move more files. |
tree | commitdiff |
2006-11-08 |
Pierre Habouzit | begin to move ui code into the lib-ui |
tree | commitdiff |
2006-11-05 |
Pierre Habouzit | use my own APIS for headers, parameters and so on |
tree | commitdiff |
2006-11-04 |
Pierre Habouzit | drop the old string API fully. |
tree | commitdiff |
2006-10-31 |
Pierre Habouzit | push more things in the str lib. |
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 | drop str_[n]cat. |
tree | commitdiff |
2006-10-30 |
Pierre Habouzit | less horrible strncpy's |
tree | commitdiff |
2006-10-29 |
Pierre Habouzit | revamp lib.[hc] functions into lib-lib/file.[hc]. |
tree | commitdiff |
2006-10-29 |
Pierre Habouzit | create a lib-hash.a with sha1 and md5. |
tree | commitdiff |
2006-10-29 |
Pierre Habouzit | exit str_cmp enters m_strcmp |
tree | commitdiff |
2006-10-29 |
Pierre Habouzit | move buffer.[hc] into lib-lib/ |
tree | commitdiff |
2006-10-29 |
Pierre Habouzit | use safer p_clear when possible. |
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 | mem_calloc -> p_new |
tree | commitdiff |
2006-10-28 |
Pierre Habouzit | drop mem_alloc and mem_free, use my own hand crafted... |
tree | commitdiff |
2006-10-28 |
Pierre Habouzit | force our cflags in subdirs as well. |
tree | commitdiff |
2006-10-27 |
Pierre Habouzit | warning fixes |
tree | commitdiff |
2006-10-27 |
Pierre Habouzit | remove cruft from the repo. |
tree | commitdiff |
2006-04-04 |
pdmef | From: Arnaud Lacombe <al@sigfpe.info> |
tree | commitdiff |
2006-04-04 |
pdmef | From: Arnaud Lacombe <al@sigfpe.info> |
tree | commitdiff |
2006-03-23 |
pdmef | Rocco Rutte: |
tree | commitdiff |
2006-03-23 |
pdmef | Rocco Rutte: |
tree | commitdiff |
2006-03-23 |
pdmef | Rocco Rutte: |
tree | commitdiff |
next |