Jason R. Coombs
|
25cce8b77e
|
Suppress typing errors in fileutil, crawler, fixups.
|
2020-11-29 13:57:46 -05:00 |
|
Jean-Paul Calderone
|
ef73e18f3d
|
Remove the greater part of the implementation
|
2020-02-13 10:43:50 -05:00 |
|
Jean-Paul Calderone
|
f6e7721dad
|
Remove tahoesvc and pkgresutil
|
2020-01-13 15:33:21 -05:00 |
|
tpltnt
|
c8f11dc2d3
|
ported old-style classes to new-style
|
2019-05-26 08:28:18 +02:00 |
|
heartsucker
|
05e0d19cca
|
updated string literal syntax for python3 compatibility
|
2019-04-25 11:18:33 +02:00 |
|
heartsucker
|
ae5e282e2f
|
update raise syntax for python3 compatibility
|
2019-04-05 11:39:10 +02:00 |
|
heartsucker
|
0750dbac38
|
updated all python files to use pep-3110 exception syntax for python3 compatibility
|
2019-04-04 11:57:58 +02:00 |
|
heartsucker
|
f4ff91a6c1
|
updated python2 long numeric literals for python3 compatibility
|
2019-04-03 10:04:02 +02:00 |
|
heartsucker
|
64f4dfa8ca
|
replaced all remaining instances of the print statement with the print function
|
2019-03-24 14:14:00 +01:00 |
|
Jean-Paul Calderone
|
3978c45b04
|
spit out the events as raw as we can
|
2019-03-14 11:26:06 -04:00 |
|
Jean-Paul Calderone
|
101c3cf1c5
|
Put some Eliot messages in the info processing loop
|
2019-03-14 09:20:05 -04:00 |
|
Jean-Paul Calderone
|
8fa6c66c2f
|
Convert this message to an action for success/failure reporting
|
2019-03-14 09:19:50 -04:00 |
|
Jean-Paul Calderone
|
0902277613
|
another primitive debug helper
|
2019-03-14 09:02:46 -04:00 |
|
Jean-Paul Calderone
|
17509e25d8
|
Add missing import.
|
2019-03-12 20:32:45 -04:00 |
|
Jean-Paul Calderone
|
1c6725fcdd
|
is there even the slightest chance you could possibly give me a break
|
2019-03-12 19:37:28 -04:00 |
|
Jean-Paul Calderone
|
9bac375c38
|
tell me what you're reading, too
|
2019-03-12 19:36:42 -04:00 |
|
Jean-Paul Calderone
|
aed5c4604e
|
Log fs events on Windows
|
2019-03-12 19:36:10 -04:00 |
|
Jean-Paul Calderone
|
3705264740
|
Use preferred exception raising syntax.
Also, make the `WindowsError` class "reachable".
|
2018-04-26 15:27:00 -04:00 |
|
Brian Warner
|
32974775ff
|
fix codechecks: trailing whitespace, suspicious variable captures
|
2016-08-19 17:42:05 -07:00 |
|
meejah
|
87acfe968e
|
pyflakes warnings
|
2016-07-21 12:35:59 -07:00 |
|
meejah
|
4e0a30ab91
|
get rid of more win32 special-casing
|
2016-07-21 12:35:59 -07:00 |
|
meejah
|
1b72683741
|
get rid of more spew
|
2016-07-21 12:35:59 -07:00 |
|
meejah
|
e060c584d7
|
fixup for pending-call calls
|
2016-07-21 12:35:59 -07:00 |
|
meejah
|
db6717951f
|
properly cancel pending-call things in windows inotify
|
2016-07-21 12:35:59 -07:00 |
|
Daira Hopwood
|
874b4cf343
|
Debug prints in Windows inotify emulation.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
|
2016-07-21 12:35:59 -07:00 |
|
Daira Hopwood
|
e845f7ff65
|
Filter out FILE_ACTION_MODIFIED for directories.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
|
2016-07-21 12:35:59 -07:00 |
|
Daira Hopwood
|
0abe5baaf2
|
WIP: temporarily work around the AccessDenied errors after a test failure.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
|
2016-07-21 12:35:59 -07:00 |
|
Daira Hopwood
|
b05b701532
|
Try to avoid spurious failures when shutting down the INotify loop on Windows.
This only partially solves the problem.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
|
2016-07-21 12:35:59 -07:00 |
|
Daira Hopwood
|
ea14b1bebe
|
Don't add subdirectory watches if the platform's notifier doesn't require them. refs #2559
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
|
2016-07-21 12:35:59 -07:00 |
|
Daira Hopwood
|
3647ffc3a7
|
Correct type for Windows BOOL.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
|
2016-07-21 12:35:59 -07:00 |
|
Daira Hopwood
|
9dafa2e759
|
Disable precondition that autoAdd == recursive.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
|
2016-07-21 12:35:59 -07:00 |
|
Daira Hopwood
|
f3803c058d
|
Improve all of the Windows-specific error reporting.
Also make the Windows function declarations more readable and consistent.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
|
2016-07-21 12:35:59 -07:00 |
|
Daira Hopwood
|
e7fb665e06
|
New code for Windows drop-upload support. refs #1431
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
|
2016-07-21 12:35:59 -07:00 |
|
Daira Hopwood
|
e88e07a278
|
Improved error handling and cosmetics for ctypes calls on Windows.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
|
2015-12-28 21:17:32 +00:00 |
|
david-sarah
|
d9c7dfa4a0
|
Update more links from http: to https: in documentation and comments.
|
2012-03-13 20:26:54 +00:00 |
|
david-sarah
|
d21f4071c3
|
Eliminate direct dependencies of Tahoe-LAFS on pywin32 (rebased to trunk). refs #1274
|
2011-01-18 23:59:11 -08:00 |
|
david-sarah
|
93c1909847
|
bin/tahoe-script.template, src/windows/fixups.py: simplify the method of stripping initial arguments in sys.argv on Windows. This helps with bb-freeze and running tahoe via 'coverage'. Also includes some wording changes and minor refactoring of bin/tahoe-script.template. refs #585, #1303
|
2011-01-18 20:53:24 -08:00 |
|
david-sarah
|
2c099ffa0d
|
Move dependency imports from windows/depends.py (which has gone away) into src/allmydata/windows/tahoesvc.py. Also fix a pyflakes warning, and change the service display name from 'Allmydata Tahoe Node' to 'Tahoe-LAFS node'. refs #1282
|
2010-12-25 20:21:00 -08:00 |
|
david-sarah
|
3132c9b593
|
Remove unmaintained Windows GUI app, except for windows/tahoesvc.py which is moved to src/allmydata/windows. refs #1282
|
2010-12-25 20:02:37 -08:00 |
|
david-sarah
|
25d8103dde
|
windows/fixups.py: limit length of string passed in a single call to WriteConsoleW. fixes #1232.
|
2010-10-26 19:16:36 -07:00 |
|
david-sarah
|
88b6c57a1c
|
Skip option arguments to the python interpreter when reconstructing Unicode argv on Windows.
|
2010-07-27 23:27:31 -07:00 |
|
david-sarah
|
1a5a33886d
|
windows/fixups.py: improve comments and reference some relevant Python bugs.
|
2010-07-27 11:19:21 -07:00 |
|
david-sarah
|
b5f052a0d7
|
windows/fixups.py: make errors reported to original_stderr have enough information to debug even if we can't see the traceback.
|
2010-07-26 15:19:04 -07:00 |
|
david-sarah
|
ec6a674a5c
|
windows/fixups.py: fix paste-o in name of Unicode stderr wrapper.
|
2010-07-26 14:47:36 -07:00 |
|
david-sarah
|
54bbc5325f
|
windows/fixups.py: Don't rely on buggy MSVCRT library for Unicode output, use the Win32 API instead. This should make it work on XP. Also, change how we handle the case where sys.stdout and sys.stderr are redirected, since the .encoding attribute isn't necessarily writeable.
|
2010-07-25 21:50:19 -07:00 |
|
david-sarah
|
9d04b2a317
|
Add missing windows/fixups.py (for setting up Unicode args and output on Windows).
|
2010-07-25 02:28:49 -07:00 |
|
robk-tahoe
|
fbf6c48ed8
|
move registry module into allmydata.windows package
|
2008-01-10 19:03:23 -07:00 |
|