index
:
func.git
httpd
m2m-merge
Unnamed repository; edit this file to name it for gitweb.
John Eckersberg
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
func
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add httpd module. Can return information from mod_status and do graceful ser...
HEAD
httpd
John Eckersberg
2009-02-20
1
-0
/
+67
*
add a sys.excepthook handler that logs to the func log file
Adrian Likins
2009-02-12
1
-0
/
+16
*
Added author, version and api_version docstrings.
Jasper Capel
2009-02-03
2
-4
/
+12
*
Added pydoc formatted documentation strings for bridge module.
Jasper Capel
2009-02-03
1
-28
/
+128
*
Forgot to add pydoc description to vlan module.
Jasper Capel
2009-02-03
1
-0
/
+4
*
Added pydoc formatted documentation strings for vlan module.
Jasper Capel
2009-02-03
1
-14
/
+66
*
fixed typo in vlan module
Jasper Capel
2009-02-02
1
-1
/
+1
*
vlan module: have it use a config file for some configurable parameters inste...
Jasper Capel
2009-02-02
1
-20
/
+23
*
bridge module: some values weren't read from config yet, fixed.
Jasper Capel
2009-02-02
1
-11
/
+11
*
bridge module: imported the required modules for the configfile stuff
Jasper Capel
2009-02-02
1
-10
/
+7
*
Changed the bridge module so it will use a config file.
Jasper Capel
2009-02-02
1
-16
/
+18
*
Set bridge forwarding delay to '0', so it will actually work.
Jasper Capel
2009-02-02
1
-1
/
+3
*
Merge branch 'no_poundbang'
Adrian Likins
2009-01-19
8
-11
/
+2
|
\
|
*
remove any unneeded "/usr/bin/python" lines from scripts so it's
Adrian Likins
2009-01-19
9
-11
/
+2
|
*
remove 'x' bit
Adrian Likins
2009-01-19
1
-0
/
+0
*
|
Just some permissions clean up on source files, mostly
Adrian Likins
2009-01-19
19
-0
/
+0
|
/
*
move rpm/yum initiation to after module import to workaround rpm bug
Adrian Likins
2009-01-08
2
-2
/
+4
*
add new test methods used by unittests. return an empty exception
Adrian Likins
2008-12-11
1
-0
/
+9
*
* Added close_fds=True to sub_process calls.
Silas Sewell
2008-11-25
12
-18
/
+23
*
* Enabled shell for Command module.
Silas Sewell
2008-11-25
1
-9
/
+3
*
remove unused imports and reorder remaining ones
Adrian Likins
2008-11-13
1
-4
/
+1
*
add support for untrack lists of files (or file globs)
Adrian Likins
2008-11-13
1
-2
/
+3
*
typo found for file_name_globs by pychecker
Adrian Likins
2008-11-13
1
-1
/
+1
*
more func.utils/certmaster.utils changes.
Adrian Likins
2008-11-13
1
-3
/
+3
*
more func.utils/certmaster.utils changes.
Adrian Likins
2008-11-13
1
-2
/
+2
*
jbothing.py had a couple of cases of using the wrong "utils" module.
Adrian Likins
2008-11-13
1
-7
/
+8
*
Make ping subcommand use the default verbose setting if not specified.
Adrian Likins
2008-11-12
1
-0
/
+1
*
Split Show() and ShowHardware() classes into two seperate modules.
Adrian Likins
2008-11-12
2
-42
/
+67
*
Add support for configuring funcd ports.
Adrian Likins
2008-11-12
3
-8
/
+31
*
For some reason, Client is getting init'ed with async=None
Adrian Likins
2008-11-11
1
-3
/
+6
*
typo in the method args description in filetracker module
Adrian Likins
2008-11-11
1
-2
/
+2
*
add some tests cases for copyfile
Adrian Likins
2008-11-10
1
-0
/
+1
*
add func_getargs.py module from Louis Coilliot
Louis Coilliot
2008-11-04
1
-0
/
+60
*
Fix a bug with "func-transmit --yaml" send bools as strings and causing
Adrian Likins
2008-10-31
1
-1
/
+14
*
Fix minion module config examples. Add local "Config" class to module.
Adrian Likins
2008-10-24
1
-1
/
+11
*
add some test cases for per module configuation.
Adrian Likins
2008-10-24
2
-1
/
+9
*
Merge branch 'master' of ssh://alikins@git.fedorahosted.org/git/func
Adrian Likins
2008-10-21
1
-2
/
+7
|
\
|
*
Add listen_addr and listen_port to config so the
Adrian Likins
2008-10-20
1
-2
/
+7
*
|
add system.inventory() method that returns a list of all modules
Adrian Likins
2008-10-20
1
-2
/
+23
*
|
Add some support for saving module config files. And corresponding test cases.
Adrian Likins
2008-10-20
2
-2
/
+19
|
/
*
add support for filename globs
Adrian Likins
2008-10-15
1
-6
/
+26
*
Merge branch 'jcapel-vlan'
Adrian Likins
2008-10-08
1
-9
/
+118
|
\
|
*
Fixed some string/integer mixups, we'll now only use strings for vlan ids. Al...
Jasper Capel
2008-10-06
1
-7
/
+27
|
*
Renamed makeitso method to make_it_so.
Jasper Capel
2008-10-06
1
-1
/
+1
|
*
Added write() and list_permanent() methods to VLAN module. Also upped the mod...
Jasper Capel
2008-09-30
1
-3
/
+53
|
*
Added add_permanent and delete_permanent methods to vlan module.
Jasper Capel
2008-09-30
1
-0
/
+39
*
|
Merge branch 'jcapel-bridge'
Adrian Likins
2008-10-08
1
-8
/
+292
|
\
\
|
*
|
Added make_it_so and write methods
Jasper Capel
2008-10-06
1
-6
/
+118
|
*
|
Added methods to permanently add/remove bridges or permanently add/remove int...
Jasper Capel
2008-10-06
1
-3
/
+175
|
|
/
*
/
Django cotnrol module from Steve 'Ashcrow' Milner <stevem@gnulinux.net>
Steve 'Ashcrow' Milner
2008-10-08
1
-0
/
+128
|
/
[next]