gregoa/bti.git
2011-11-04 gregor herrmannOutput actually used config file name instead of hardco... gregoa
2011-11-04 gregor herrmannMerge branch 'master' into gregoa
2011-10-30 Greg Kroah... Merge pull request #19 from amir/master
2011-10-25 Amir Mohammad... s/http/https/g
2011-10-22 Fabian Groffenbti: allow compilation on non-GNU platforms
2011-10-22 Greg Kroah... bti.xml: docsheet url cleanup
2011-10-22 Jonathan Neuschäfersend_request: don't leak the curl stuff
2011-10-22 Jonathan NeuschäferHACKING: this is bti, not smugbatch
2011-10-22 Jonathan Neuschäferget_string*: fix a memory leak
2011-09-25 gregor herrmannMerge branch 'master' into gregoa
2011-08-24 Greg Kroah... Merge pull request #17 from siers/master
2011-08-24 siersOutput can be evened like a table with --column 20.
2011-05-08 Greg Kroah... Merge branch 'master' of github.com:gregkh/bti
2011-05-08 Greg Kroah... bti: Handle NULL HOME environment variables
2011-03-23 Jonathan Neuschäferfix common misspellings
2011-03-21 Greg Kroah... release 031
2011-03-21 Michel Alexandre... Keep searching for '#' comment marker if previous occur...
2011-03-19 gregor herrmannMerge branch 'gregoa' of colleen:bti into gregoa
2011-03-19 Greg Kroah... config: fix possible access of non-allocated memory
2011-03-19 Michel Alexandre... Only treat # as a comment marker if it's at the beginni...
2011-03-19 Greg Kroah... code formatting cleanups
2011-03-18 Diego Elio... In non-background execution, check whether the server...
2011-03-18 gregor herrmannlaconi.ca was renamed to StatusNet
2011-03-18 gregor herrmannMerge branch 'master' into gregoa
2011-03-17 Greg Kroah... release 030
2011-02-18 Greg Kroah... send_request needs to return a negative error value.
2011-02-18 Greg Kroah... Merge branch 'fix-segfault-invalid-host' of https:...
2011-02-18 Greg Kroah... Merge branch 'fix-retweet' of https://github.com/agimen...
2011-02-18 Greg Kroah... Merge branch 'trivial-fixes' of https://github.com...
2011-02-18 Greg Kroah... bti.c: fix another compiler warning about global functions.
2011-02-18 Greg Kroah... config.c: remove config debug lines.
2011-02-18 Greg Kroah... config.c: fix up some compiler warnings
2011-02-03 L. Alberto... Fix a segfault when specifying an invalid host.
2011-01-17 L. Alberto... Fix retweet batch operation
2011-01-17 L. Alberto... Added tags files to .gitignore
2011-01-17 L. Alberto... Fix trivial compiler warnings
2011-01-16 gregor herrmannMerge branch 'gregoa' of colleen:bti into gregoa
2011-01-14 Greg Kroah... Revert "turn on some better compiler warnings."
2011-01-14 Greg Kroah... rewrite the config parser
2011-01-14 Greg Kroah... fix compiler warning with bti_output_line
2011-01-14 Greg Kroah... move debug to bti.h
2011-01-14 Greg Kroah... turn on some better compiler warnings.
2011-01-12 gregor herrmannMerge branch 'master' into gregoa
2011-01-12 Greg Kroah... release 029
2011-01-12 Greg Kroah... move output logic to one function
2011-01-12 Greg Kroah... add config.c
2011-01-12 Greg Kroah... create bti.h
2011-01-12 Greg Kroah... move verbose flag into the session structure
2011-01-12 Greg Kroah... reformat README to have a bit shorter lines
2011-01-12 Greg Kroah... Merge branch 'oauth-readme' of https://github.com/agime...
2011-01-12 Greg Kroah... Merge testing branch into master
2011-01-12 Greg Kroah... Merge https://github.com/leif81/bti into main tree
2011-01-12 Greg Kroah... updated man pages generated from the docbook source
2011-01-12 gregor herrmannActive --dry-run for OAuth.
2011-01-12 gregor herrmannDocument the new --retweet feature in bti.xml and add...
2011-01-12 gregor herrmannAdd documentation for new shrink_host feature in bti...
2011-01-09 L. Alberto... Document how to configure OAuth.
2011-01-04 Leif Gruenwoldtuser and public actions may not require auth
2011-01-02 gregor herrmannMerge branch 'gregoa' of colleen:bti into gregoa
2011-01-02 gregor herrmannActive --dry-run for OAuth.
2010-12-19 gregor herrmannMerge branch 'gregoa' of colleen:bti into gregoa
2010-12-17 gregor herrmannDocument the new --retweet feature in bti.xml and add...
2010-12-17 gregor herrmannAdd documentation for new shrink_host feature in bti...
2010-12-17 gregor herrmannMerge branch 'master' into gregoa
2010-12-17 Dwi Sasongko SSupport proper 'reply_to' and 'retweet'
2010-12-17 Justin ForestSupport shrinking with bit.ly and j.mp.
2010-12-17 Amir Mohammad... Fixing Identi.ca's OAuth request_token URI
2010-12-17 Amir Mohammad... Update my copyright date.
2010-09-25 gregor herrmannMerge branch 'master' into gregoa
2010-09-02 Greg Kroah... release 028
2010-09-02 Greg Kroah... Reduce the number of calls to fprintf.
2010-09-02 Greg Kroah... Update my copyright date.
2010-09-02 Diego Elio... Collapse more fprintf() calls.
2010-09-02 Diego Elio... Split --background from --bash, and make the latter...
2010-09-02 Diego Elio... Typo fix.
2010-09-02 Diego Elio... Use arrays rather than pointers for static strings.
2010-08-31 Diego Elio... Remove autoscan-generated bad tests.
2010-08-31 Diego Elio... build system: use AC_SEARCH_LIBS rather than assuming...
2010-08-31 Diego Elio... build system: use consistently pkg-config to check...
2010-08-18 Greg Kroah... long line cleanups
2010-08-18 Greg Kroah... more formatting cleanups
2010-08-18 Greg Kroah... whitespace cleanups for bti.c
2010-08-18 Greg Kroah... new version of checkpatch.pl from 2.6.35-rc1 kernel
2010-08-18 Greg Kroah... Fixup typo in Makefile.am found by @applehq
2010-08-18 Greg Kroah... release 027
2010-08-18 Greg Kroah... fix up the autoconf checking for liboauth and other...
2010-08-10 Amir Mohammad... - Cosmetics
2010-07-28 Greg Kroah... Merge branch 'master' into oath-test
2010-07-27 Amir Mohammad... Leftovers from last commit, accepting account and,...
2010-07-27 Amir Mohammad... HTTP basic auth for StatusNet instances
2010-07-22 Daniel CorderoFix a warning: unused variable message
2010-07-22 Daniel CorderoAdd a replyto configuration option
2010-07-22 Daniel CorderoSupport for replying to notices
2010-07-22 Daniel CorderoVerbose mode shows status IDs
2010-07-22 Greg Kroah... error out if liboauth is not present
2010-07-22 Amir Mohammad... OAuth for both twitter, and identi.ca
2010-06-17 Greg Kroah... Merge branch 'master' into oath
2010-06-17 Michel Alexandre... Fix Implicit linking against -ldl
2010-05-24 Greg Kroah... add oath.keys from twitter.com
2010-05-19 Greg Kroah... release 026
next