summaryrefslogtreecommitdiff
path: root/lib/chef/application/windows_service.rb
Commit message (Expand)AuthorAgeFilesLines
* auto fixing some rubocopsLamont Granquist2016-02-091-2/+2
* autofixing whitespace copsLamont Granquist2016-02-051-8/+8
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* explicitly adding .bat to service executable called by service in case users ...Matt Wrock2016-01-191-1/+1
* Use double quotes by defaultThom May2016-01-141-13/+13
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-2/+2
* fix log location resolution in windows serviceMatt Wrock2015-11-091-7/+7
* windows service uses log fileMatt Wrock2015-11-051-5/+16
* add logger to windows service shelloutservice_loggerMatt Wrock2015-10-201-1/+5
* Add help for windows service timeoutJay Mundrawala2015-02-261-0/+6
* Modify windows_service to use timeoutJay Mundrawala2015-02-261-1/+1
* Ensure 'uri' is required where it's used.danielsdeleo2014-11-261-0/+1
* remove setting proxy environment variablesClaire McQuin2014-06-191-1/+0
* rename configure_environment_variables to configure_proxy_environment_variablesClaire McQuin2014-06-031-1/+1
* set ENV vars for http proxiesClaire McQuin2014-06-031-0/+1
* CHEF-4725: Disable buffering on all log streamsNikhil Benesch2014-01-201-1/+0
* Adapt windows_service to be compatible with win32-service 0.8.2.sersut2013-10-281-7/+23
* Start chef-client in new process when it is run as a service on windowsMukta A2013-10-041-9/+23
* CHEF-4344: Clean up instances of 'the the' typo.Bryan McLellan2013-07-261-1/+1
* Print debug stacktraces from within a forked workerdanielsdeleo2013-07-051-1/+0
* [CHEF-3935] Use stripped down lockless loggerdanielsdeleo2013-02-271-2/+3
* Enable chef-client windows_service to stop in a timely manner when splay is c...sersut2013-02-211-5/+4
* Bring over the new logger initialization logic form application.rb.sersut2013-02-201-7/+43
* Add a log message to differentiate chef-client runs initiated by the service ...sersut2013-02-151-0/+1
* CHEF-3690: Restore run_chef_client private method relied upon by WindowsServi...sersut2013-02-151-0/+13
* Use ruby sync. mechanisms in windows_service. Add better logging.sersut2013-02-151-44/+52
* Merge branch '10-stable'Bryan McLellan2012-10-301-9/+2
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+237