summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Greg Kroah-Hartman [Fri, 23 Jan 2009 20:34:10 +0000 (12:34 -0800)]
release 012
Amir Mohammad Saied [Fri, 23 Jan 2009 17:07:06 +0000 (20:37 +0330)]
Add bash completion script
Simple bash completion script for bti
Amir Mohammad Saied [Thu, 22 Jan 2009 17:14:13 +0000 (20:44 +0330)]
Source parameter added
Just added the source parameter, this would replace "from api" with
"from bti".
Greg Kroah-Hartman [Fri, 23 Jan 2009 19:08:43 +0000 (11:08 -0800)]
document the logfile option
Greg Kroah-Hartman [Fri, 23 Jan 2009 19:03:41 +0000 (11:03 -0800)]
add --logfile option
Now we only log to the logfile if the option is set.
SanjayKumar J [Mon, 19 Jan 2009 16:39:18 +0000 (22:09 +0530)]
bti: incorrect version fix
bti_version.h is not getting updated properly which results in incorrect
version name.
This bug happens only if the previous build is not cleaned and the files are
updated to newer version.
This following patch fixes the issue [not sure is the right way to do it] by
making the bti_version.h file depends on Makefile since the version details
are added to Makefile
I have tested this patch with different versions of bti and are working fine
Signed-off-by: SanjayKumar J <vjsanjay@gmail.com>
Greg Kroah-Hartman [Sun, 18 Jan 2009 16:42:48 +0000 (08:42 -0800)]
release 011
Greg Kroah-Hartman [Sun, 18 Jan 2009 16:41:02 +0000 (08:41 -0800)]
disable log support until I can add some configurations for it
Amir Mohammad Saied [Sun, 18 Jan 2009 05:50:13 +0000 (09:20 +0330)]
Readline support for bti
Readline support for bti
Greg Kroah-Hartman [Sun, 18 Jan 2009 16:37:57 +0000 (08:37 -0800)]
Add documentation about how to send me patches
Also added checkpatch.pl to help out with this
Greg Kroah-Hartman [Wed, 14 Jan 2009 22:15:33 +0000 (14:15 -0800)]
add initial ~/.bti.log support to log what is going on
This needs to be configurable, will do that later...
Greg Kroah-Hartman [Mon, 12 Jan 2009 18:36:53 +0000 (10:36 -0800)]
release 010
Greg Kroah-Hartman [Mon, 12 Jan 2009 18:34:53 +0000 (10:34 -0800)]
document the order that config options are handled
gregor herrmann [Mon, 12 Jan 2009 17:08:52 +0000 (18:08 +0100)]
use the http_proxy environment variable if it is present
Tweaked by greg k-h a bit to free the memory properly.
Greg Kroah-Hartman [Mon, 12 Jan 2009 18:25:19 +0000 (10:25 -0800)]
check in changes to bti.1 from previous xml changes
gregor herrmann [Mon, 12 Jan 2009 17:08:52 +0000 (18:08 +0100)]
Fix up documentation of proxy option
Greg Kroah-Hartman [Sun, 11 Jan 2009 22:52:19 +0000 (14:52 -0800)]
add --proxy support to command line
I documented it before I added it...
Greg Kroah-Hartman [Sun, 11 Jan 2009 22:20:57 +0000 (14:20 -0800)]
release 009
Greg Kroah-Hartman [Sun, 11 Jan 2009 22:18:18 +0000 (14:18 -0800)]
add example proxy value to the bti.example file
Greg Kroah-Hartman [Sun, 11 Jan 2009 22:17:37 +0000 (14:17 -0800)]
document proxy support
Greg Kroah-Hartman [Sun, 11 Jan 2009 22:17:25 +0000 (14:17 -0800)]
initial cut at adding http proxy support
Greg Kroah-Hartman [Fri, 9 Jan 2009 22:28:27 +0000 (14:28 -0800)]
release 008
Greg Kroah-Hartman [Fri, 9 Jan 2009 22:26:15 +0000 (14:26 -0800)]
Works properly now with twitter due to december twitter server change
Twitter stopped liking the:
Expect: 100-continue
header, so we need to override that with an empty "Expect" line
in order to get it working again.
Greg Kroah-Hartman [Sun, 26 Oct 2008 16:44:48 +0000 (09:44 -0700)]
release 007
Greg Kroah-Hartman [Sun, 26 Oct 2008 16:39:02 +0000 (09:39 -0700)]
Merge branch 'master' of greg@mail.kroah.net:git/bti
Olivier Blin [Sun, 26 Oct 2008 13:09:10 +0000 (14:09 +0100)]
fix segfault when piping to bti and user/password are not set
Greg Kroah-Hartman [Wed, 22 Oct 2008 20:21:48 +0000 (13:21 -0700)]
more README updates
Greg Kroah-Hartman [Wed, 22 Oct 2008 20:20:41 +0000 (13:20 -0700)]
change README to show that we handle identi.ca also now
Greg Kroah-Hartman [Wed, 22 Oct 2008 18:12:59 +0000 (11:12 -0700)]
fix git command in Makefile
No longer use direct "git-" version of command
Greg Kroah-Hartman [Wed, 22 Oct 2008 18:11:57 +0000 (11:11 -0700)]
release 006
Greg Kroah-Hartman [Wed, 22 Oct 2008 18:08:09 +0000 (11:08 -0700)]
add identi.ca support to bti
This added a new host option:
--host command line option
host= config file option
Note, identi.ca sends your password in cleartext over the wire, this
probably isn't a good thing overall...
Greg Kroah-Hartman [Fri, 29 Aug 2008 06:36:13 +0000 (23:36 -0700)]
added github url to the README
Greg Kroah-Hartman [Thu, 26 Jun 2008 01:21:12 +0000 (18:21 -0700)]
release 005
Greg Kroah-Hartman [Thu, 29 May 2008 18:51:39 +0000 (11:51 -0700)]
expand the tweet size, it was only taking 100 chars
Greg Kroah-Hartman [Tue, 27 May 2008 15:49:07 +0000 (08:49 -0700)]
remove the pwd from the bash output, it's messy
Greg Kroah-Hartman [Thu, 22 May 2008 03:45:35 +0000 (20:45 -0700)]
release 004
Greg Kroah-Hartman [Thu, 22 May 2008 03:44:31 +0000 (20:44 -0700)]
update the man page about --bash options
Greg Kroah-Hartman [Thu, 22 May 2008 03:39:10 +0000 (20:39 -0700)]
if --bash is enabled, fork and handle the send in the background
otherwise, wait for it to happen.
Greg Kroah-Hartman [Thu, 22 May 2008 03:36:58 +0000 (20:36 -0700)]
if --bash is set, don't spit out error messages, we don't care.
Greg Kroah-Hartman [Wed, 21 May 2008 06:18:58 +0000 (23:18 -0700)]
release 003
Greg Kroah-Hartman [Wed, 21 May 2008 06:09:54 +0000 (23:09 -0700)]
removed unneeded script
Greg Kroah-Hartman [Wed, 21 May 2008 06:07:39 +0000 (23:07 -0700)]
change --clean be the default and add --bash to duplicate old method
Greg Kroah-Hartman [Wed, 21 May 2008 06:03:50 +0000 (23:03 -0700)]
bump version number
Greg Kroah-Hartman [Tue, 20 May 2008 22:23:18 +0000 (15:23 -0700)]
added script
Greg Kroah-Hartman [Tue, 20 May 2008 16:16:41 +0000 (09:16 -0700)]
release 002
Greg Kroah-Hartman [Tue, 20 May 2008 16:13:51 +0000 (09:13 -0700)]
lots of manpage updates trying to document how to use bti better
Greg Kroah-Hartman [Tue, 20 May 2008 16:13:29 +0000 (09:13 -0700)]
added bti.example as an example ~/.bti file
Greg Kroah-Hartman [Tue, 20 May 2008 16:12:57 +0000 (09:12 -0700)]
renamed HOWTO to README and added real information there
Greg Kroah-Hartman [Tue, 20 May 2008 03:59:13 +0000 (20:59 -0700)]
update the man page to reflect the new options
Greg Kroah-Hartman [Tue, 20 May 2008 03:59:02 +0000 (20:59 -0700)]
add --version to bti.c
Greg Kroah-Hartman [Tue, 20 May 2008 03:58:47 +0000 (20:58 -0700)]
add --clean option to bti.c
Greg Kroah-Hartman [Tue, 20 May 2008 03:51:29 +0000 (20:51 -0700)]
remove ability to make .bz2 from Makefile
kernel.org automatically does this, no need to do it again.
Greg Kroah-Hartman [Tue, 20 May 2008 03:49:44 +0000 (20:49 -0700)]
add .gz and .bz2 to .gitignore
Greg Kroah-Hartman [Tue, 20 May 2008 03:48:48 +0000 (20:48 -0700)]
increment version number
Greg Kroah-Hartman [Tue, 20 May 2008 03:39:11 +0000 (20:39 -0700)]
release 001
Greg Kroah-Hartman [Tue, 20 May 2008 00:27:07 +0000 (17:27 -0700)]
more messing with directory format
Greg Kroah-Hartman [Mon, 19 May 2008 23:51:29 +0000 (16:51 -0700)]
added PWD to twit
Greg Kroah-Hartman [Mon, 19 May 2008 23:35:41 +0000 (16:35 -0700)]
added fork functionality to get rid of annoying command line mess
Greg Kroah-Hartman [Mon, 19 May 2008 23:26:59 +0000 (16:26 -0700)]
meta files added (COPYING, ChangeLog, RELEASE_NOTES)
Greg Kroah-Hartman [Mon, 19 May 2008 23:25:26 +0000 (16:25 -0700)]
added HOWTO
Greg Kroah-Hartman [Mon, 19 May 2008 23:25:20 +0000 (16:25 -0700)]
add the '$ ' to the beginning of the line.
Greg Kroah-Hartman [Mon, 19 May 2008 21:59:05 +0000 (14:59 -0700)]
initial commit of bti, everything's working now
Greg Kroah-Hartman [Mon, 19 May 2008 21:55:23 +0000 (14:55 -0700)]
add .gitignore