index
:
fb
dev
legacy
master
working
n0nsense/legacy
n0nsense/master
Client for http://paste.xinu.at
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fb.py
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-08
Fix exception when uploading 0-byte file
v2.0.2
working
Florian Pritz
1
-2
/
+2
2016-07-08
Fix exception when uploading 0-byte file
Florian Pritz
1
-1
/
+1
2016-07-08
fix error with non ascii chars in filename
Dirk Mallunat
1
-2
/
+2
2016-07-08
read binary from stdin
Dirk Mallunat
1
-2
/
+2
2016-07-06
Add statistics to history output
Florian Pritz
1
-0
/
+11
2016-07-06
Fix defaultConfigFile being defined in the wrong place
v2.0.1
Florian Pritz
1
-1
/
+2
2016-07-06
Fix creation of config dir
Florian Pritz
1
-1
/
+1
2016-07-06
Retry on login error when creating API key
Florian Pritz
1
-5
/
+17
2016-07-06
Pass error_id in APIException
Florian Pritz
1
-6
/
+8
2016-07-06
Create API key if missing
Florian Pritz
1
-7
/
+51
2016-07-05
Close apikey file explicity
Dirk Mallunat
1
-1
/
+1
2016-07-05
Close config file
Dirk Mallunat
1
-4
/
+5
2016-04-29
Disable progress bar if output is not a terminal
v2.0.0
Florian Pritz
1
-0
/
+7
2016-04-28
Fix missing setClipboard for multipastes
Florian Pritz
1
-5
/
+7
2016-04-11
Comment FBClient.upload_files
Florian Pritz
1
-0
/
+6
2016-04-11
Bring --help in line with manpage
Florian Pritz
1
-1
/
+1
2016-04-11
Remove unused variables
Florian Pritz
1
-2
/
+0
2016-04-11
Remove debug code
Florian Pritz
1
-1
/
+0
2016-04-11
Drop --id option
Florian Pritz
1
-6
/
+0
2016-04-11
Fix fb -g missing / in URL
Florian Pritz
1
-1
/
+1
2016-04-11
fb.1: Document id://
Florian Pritz
1
-0
/
+8
2016-03-28
Assert that we get an id for each file we upload
Florian Pritz
1
-0
/
+2
2016-03-28
Remove unecessary list comprehension
Florian Pritz
1
-1
/
+1
2016-03-28
Remove Paste class
Florian Pritz
1
-7
/
+4
2016-03-28
Improve "File too big" error message
Florian Pritz
1
-1
/
+1
2016-03-28
Clean up already fixed FIXME
Florian Pritz
1
-1
/
+0
2016-03-28
Remove already fixed TODO
Florian Pritz
1
-1
/
+0
2016-03-27
Fix downloading of URLs ending in /
Florian Pritz
1
-1
/
+1
2016-03-27
Improve naming for FBClient.dl_file
Florian Pritz
1
-2
/
+2
2016-03-27
Support mixing IDs and files
Florian Pritz
1
-40
/
+66
2016-02-13
Add --id option to create multipaste from IDs
Florian Pritz
1
-0
/
+6
2016-02-13
Add some empty lines for readability
Florian Pritz
1
-0
/
+2
2016-02-13
Handle ctrl-c
Florian Pritz
1
-0
/
+6
2016-02-13
Fix compression handling
Florian Pritz
1
-8
/
+40
2015-12-09
Fix ID extraction from URLs
Florian Pritz
1
-0
/
+1
2015-11-29
Use ANSI code to clear output line
Florian Pritz
1
-11
/
+3
2015-11-09
Save temp file in tempdir
Florian Pritz
1
-1
/
+1
2015-11-08
Handle URL arguments
Florian Pritz
1
-1
/
+37
2015-09-18
fb.py: Humanize sizes in history output
Florian Pritz
1
-2
/
+18
2015-09-18
fb.py: Drop Enum dependency in favor of python2
Florian Pritz
1
-2
/
+7
2015-09-18
fb.py: Adjust shebang to convention
Florian Pritz
1
-1
/
+1
2015-09-18
fb.py: Allow for missing config file
Florian Pritz
1
-8
/
+21
2015-09-18
fb.py: Ignore missing clipboard commands
Florian Pritz
1
-2
/
+10
2015-09-18
fb.py: Use version variable from Makefile
Florian Pritz
1
-2
/
+4
2015-09-18
fb.py: makedirs: Check if dir already exists
Florian Pritz
1
-2
/
+4
2015-09-14
fb.py: display_history: Handle multipastes
Florian Pritz
1
-4
/
+32
2015-09-14
fb.py: Use correct config field for max request size
Florian Pritz
1
-2
/
+2
2015-09-13
Add first version of fb-client v2
v2.0.0.alpha.1
Florian Pritz
1
-0
/
+573