index
:
ikiwiki
album
git-annex
git-annex-album
git-annex-album-2
git-annex-album-2-rebased
master
osm-icon-fixes
osm-icon-fixes-rebased
osm-layers-patch
osm-popup-fixes
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
proxy.py
Commit message (
Expand
)
Author
Age
*
Fix python proxy to not crash when fed unicode data in getstate and setstate.
Joey Hess
2013-07-10
*
proxy: add indexes to format strings
W. Trevor King
2012-10-10
*
proxy: convert iteritems() and and itervalues() to items() and values()
W. Trevor King
2012-09-29
*
proxy: don't pass arguments to format_exc() in IkiWikiProcedureProxy.run()
W. Trevor King
2012-09-29
*
proxy: SimpleXMLRPCServer renamed to xmlrpc.server in Python 3
W. Trevor King
2012-09-29
*
proxy: xmlrpclib renamed to xmlrpc.client in Python 3
W. Trevor King
2012-09-29
*
proxy: update string formatting and error catching syntax
W. Trevor King
2012-09-29
*
proxy: bump to version 0.2
W. Trevor King
2012-09-28
*
proxy: update copyright owners (based on the Git history)
W. Trevor King
2012-09-28
*
Changed license of madduck's python plugins from GPL-2 to BSD-2-clause.
Joey Hess
2011-05-19
*
Handle going down with an exception
martin f. krafft
2008-03-21
*
put XMLStreamParser in public namespace
martin f. krafft
2008-03-21
*
Allow individual hook registration to override ID
martin f. krafft
2008-03-21
*
Refactor remote procedure calls in the proxy
martin f. krafft
2008-03-21
*
Make proxy object available to hook functions
martin f. krafft
2008-03-21
*
add last parameter to plugin registration
martin f. krafft
2008-03-21
*
Allow external plugins to return no value
martin f. krafft
2008-03-21
*
force data written to stdout to be a string
martin f. krafft
2008-03-17
*
Print traceback for unhandled exceptions
martin f. krafft
2008-03-17
*
rename register_hook to just hook, for consistency with the perl
Joey Hess
2008-03-15
*
does not need to be executable
Joey Hess
2008-03-15
*
improve debug output
martin f. krafft
2008-03-15
*
fix meta data
martin f. krafft
2008-03-15
*
Provide XML-RPC proxy abstraction for Python plugins
martin f. krafft
2008-03-15