Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
win32/gwinhttpvfs.c win32/gwinhttpvfs.h win32/gwinhttpfile.c
Browse files Browse the repository at this point in the history
2008-08-13  Tor Lillqvist  <tml@novell.com>

	* win32/gwinhttpvfs.c
	* win32/gwinhttpvfs.h
	* win32/gwinhttpfile.c
	* win32/gwinhttpfileinputstream.c
	* win32/gwinhttpfileoutputstream.c: Refactor some common code
	snippets into helper functions. Check HTTP response status
	codes. Implement g_winhttp_file_query_info(), looking at
	Content-Length, Content-Type and Last-Modified.

	* win32/winhttp.h: Add some symbolic constants that are not
	publicly documented. Just a handful, so it should be OK to use
	information from the Windows SDK's headers.


svn path=/trunk/; revision=7350
  • Loading branch information
Tor Lillqvist authored and Tor Lillqvist committed Aug 13, 2008
1 parent d303e31 commit d586383
Show file tree
Hide file tree
Showing 7 changed files with 439 additions and 106 deletions.
15 changes: 15 additions & 0 deletions gio/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2008-08-13 Tor Lillqvist <tml@novell.com>

* win32/gwinhttpvfs.c
* win32/gwinhttpvfs.h
* win32/gwinhttpfile.c
* win32/gwinhttpfileinputstream.c
* win32/gwinhttpfileoutputstream.c: Refactor some common code
snippets into helper functions. Check HTTP response status
codes. Implement g_winhttp_file_query_info(), looking at
Content-Length, Content-Type and Last-Modified.

* win32/winhttp.h: Add some symbolic constants that are not
publicly documented. Just a handful, so it should be OK to use
information from the Windows SDK's headers.

2008-08-13 Tor Lillqvist <tml@novell.com>

Bug 546582 - Callbacks from GFileMonitor present a GFile in the
Expand Down
Loading

0 comments on commit d586383

Please sign in to comment.