I noticed that you have to tar up various files due to they can't be uploaded.
Maybe support for patches/diff's should be added..
Anyone agree?
Support for .patch and .diff attachments...
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
Support for .patch and .diff attachments...
Last edited by Brynet-Inc on Thu Feb 08, 2007 4:38 pm, edited 1 time in total.
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
- chase
- Site Admin
- Posts: 710
- Joined: Wed Oct 20, 2004 10:46 pm
- Libera.chat IRC: chase_osdev
- Location: Texas
- Discord: chase/matt.heimer
- Contact:
I went ahead and added patch and diff as valid extensions. Yes, I like zips or gzips because of the reduced bandwidth and I think that download a single archive is easier that downloading several files. But if you are trying to help someone fix their code I can see why attaching a diff would be the easiest approach. I also have the web server using mod_deflate so as long as your web browser supports gzip (most do) there is still some compression going on.
And in case you are curious about bandwidth. Not counting emails for registration, dns or anything like that OSDev.org used about 5.5 gigs of bandwidth last month just for web traffic. The previous month we only used 4.7 gigs so we are still growning at a pretty good pace.
And in case you are curious about bandwidth. Not counting emails for registration, dns or anything like that OSDev.org used about 5.5 gigs of bandwidth last month just for web traffic. The previous month we only used 4.7 gigs so we are still growning at a pretty good pace.
- Brynet-Inc
- Member
- Posts: 2426
- Joined: Tue Oct 17, 2006 9:29 pm
- Libera.chat IRC: brynet
- Location: Canada
- Contact:
First off, (Cool @ running your own name server.. I do that myself for my domain )chase wrote:And in case you are curious about bandwidth. Not counting emails for registration, dns or anything like that OSDev.org used about 5.5 gigs of bandwidth last month just for web traffic. The previous month we only used 4.7 gigs so we are still growning at a pretty good pace.
Secondly, That's an incredibly low bandwidth usage.. I was expecting it would be far greater.
Seems to be growing a little each month eh
Thanks for adding patch/diff file extension support.