summaryrefslogtreecommitdiff
path: root/parsing.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add trim_end() and use it to remove trailing slashes from repo pathsLars Hjemli2007-06-261-1/+1
* Check for NULL commit buffer in cgit_parse_commit()Ondrej Jirman2007-05-311-0/+3
* Handle single-line and empty commit subjectsOndrej Jirman2007-05-311-3/+8
* Don't be fooled by trailing '/' in url-parameterLars Hjemli2007-05-181-1/+2
* Enable url=value querystring parameterLars Hjemli2007-05-181-0/+43
* Restrict deep nesting of configfilesLars Hjemli2007-05-151-4/+6
* Add include-parameter to config filesLars Hjemli2007-05-141-6/+8
* Update to libgit 1.5.2-rc2Lars Hjemli2007-05-081-3/+3
* Do not die if tag has no messageLars Hjemli2007-02-041-2/+2
* Add function cgit_parse_tag()Lars Hjemli2007-01-171-0/+47
* Handle empty/malformed commit messagesLars Hjemli2007-01-161-6/+13
* Handle %xx encoding in querystringLars Hjemli2007-01-041-0/+21
* Handle '+' in querystringLars Hjemli2006-12-281-0/+2
* Teach commit parser about author/committer email + timestampLars Hjemli2006-12-161-2/+10
* Add ui-commit.c + misc ui cleanupsLars Hjemli2006-12-161-0/+1
* Add a common commit parserLars Hjemli2006-12-151-0/+53
* Rename config.c to parsing.c + move cgit_parse_query from cgit.c to parsing.cLars Hjemli2006-12-111-0/+106
='nohover-highlight'> I found that revelatio2pass.py script doesn't work. It can not decrypt my password file. I got following error message: raceback (most recent call last): File "git/password-store/contrib/importers/revelation2pass.py", line 159, in <module> main(args.FILE, verbose=args.verbose, xml=args.xml) File "git/password-store/contrib/importers/revelation2pass.py", line 140, in main cleardata_gz = decrypt_gz(password, data) File "git/password-store/contrib/importers/revelation2pass.py", line 117, in decrypt_gz ct = c.decrypt(cipher_text[28:]) File "/usr/lib/python2.7/site-packages/Crypto/Cipher/blockalgo.py", line 295, in decrypt return self._cipher.decrypt(ciphertext) I was unable to fix the problem, but I created a workaround, that add plain XML import option to the revelation2pass.py script. Revelation can export its password file as plain XML format. 2014-04-17platform: add cygwin supportJason A. Donenfeld2-1/+17 According to Brandon Jones, all we need to do is adjust /dev/clipboard from xclip. So we add a platform specific file to do so. http://www.relaytheurgency.com/2014/04/pass-in-cygwin-relatively-simple.html Suggested-by: Brandon Jones <jones.brandon.lee@gmail.com> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>